#213006

Color #213006 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #213006

Tints of Pine Tree #213006

Color information

#213006 (or 0x213006) is unknown color: approx Pine Tree. HEX triplet: 21, 30 and 06. RGB value is (33,48,6). Sum of RGB (Red+Green+Blue) = 33+48+6=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #213006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213006 is #DECFF9. Grayscale: #262626. Windows color (decimal): -14602234 or 405537. OLE color: 405537.

HSL color Cylindrical-coordinate representation of color #213006: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #213006 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB33486-
CMYK0.3100.870.81
HSL81.43º77.78%10.59%-
HSV(B)81.43º87.5%18.82%-
XYZ1.722.450.55-
YUV38.73109.53123.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 6 (2.73% from 255) = 6.90%
R=37.93%
G=55.17%
B=6.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal334860.3100.870.8181.4377.7810.59
Hex213061F05751514eb
Octal4160637012712112111613
Binary10000111000011011111010101111010001101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213006; }

 p { color: rgb(33,48,6); }

 H1.HeaderClassName
 {
   color: #213006;
 }
 .AnyTagClassName
 {
   color: #213006;
 }
</style>
background-color css

<style>
 a { background-color: #213006; }

 a { background-color: rgb(33,48,6); }

 div.DivClassName
 {
   background-color: #213006;
 }
 .BgClassName
 {
   background-color: #213006;
 }
</style>
border-color css

<style>
 span { border-color: #213006; }

 span { border-color: rgb(33,48,6); }

 td.TdClassName
 {
   border-color: #213006;
 }
 .TagClassName
 {
   border-color: #213006;
 }
</style>