#213807

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

Shades of Pine Tree #213807

Tints of Pine Tree #213807

Color information

#213807 (or 0x213807) is unknown color: approx Pine Tree. HEX triplet: 21, 38 and 07. RGB value is (33,56,7). Sum of RGB (Red+Green+Blue) = 33+56+7=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #213807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213807 is #DEC7F8. Grayscale: #2B2B2B. Windows color (decimal): -14600185 or 473121. OLE color: 473121.

HSL color Cylindrical-coordinate representation of color #213807: hue angle of 88.16º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #213807 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB33567-
CMYK0.4100.880.78
HSL88.16º77.78%12.35%-
HSV(B)88.16º87.5%21.96%-
XYZ2.083.170.7-
YUV43.54107.38120.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 56 (22.27% from 255) = 58.33%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=34.38%
G=58.33%
B=7.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal335670.4100.880.7888.1677.7812.35
Hex21387290584E584ec
Octal4170751013011613011614
Binary100001111000111101001010110001001110101100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213807; }

 p { color: rgb(33,56,7); }

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

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

 a { background-color: rgb(33,56,7); }

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

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

 span { border-color: rgb(33,56,7); }

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