#212917

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

Shades of Pine Tree #212917

Tints of Pine Tree #212917

Color information

#212917 (or 0x212917) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 17. RGB value is (33,41,23). Sum of RGB (Red+Green+Blue) = 33+41+23=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #212917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212917 is #DED6E8. Grayscale: #242424. Windows color (decimal): -14604009 or 1517857. OLE color: 1517857.

HSL color Cylindrical-coordinate representation of color #212917: hue angle of 86.67º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #212917 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB334123-
CMYK0.2000.440.84
HSL86.67º28.13%12.55%-
HSV(B)86.67º43.9%16.08%-
XYZ1.571.971.11-
YUV36.56120.35125.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=34.02%
G=42.27%
B=23.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341230.2000.440.8486.6728.1312.55
Hex2129171402C54571cd
Octal415127240541241273415
Binary1000011010011011110100010110010101001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212917; }

 p { color: rgb(33,41,23); }

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

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

 a { background-color: rgb(33,41,23); }

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

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

 span { border-color: rgb(33,41,23); }

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