#212C16

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

Shades of Pine Tree #212C16

Tints of Pine Tree #212C16

Color information

#212C16 (or 0x212C16) is unknown color: approx Pine Tree. HEX triplet: 21, 2C and 16. RGB value is (33,44,22). Sum of RGB (Red+Green+Blue) = 33+44+22=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #212C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C16 is #DED3E9. Grayscale: #262626. Windows color (decimal): -14603242 or 1453089. OLE color: 1453089.

HSL color Cylindrical-coordinate representation of color #212C16: hue angle of 90º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212C16 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB334422-
CMYK0.2500.50.83
HSL90º33.33%12.94%-
HSV(B)90º50%17.25%-
XYZ1.672.181.09-
YUV38.2118.86124.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 44.44%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344220.2500.50.839033.3312.94
Hex212C1619032535a21d
Octal415426310621231324115
Binary10000110110010110110010110010101001110110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212C16; }

 p { color: rgb(33,44,22); }

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

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

 a { background-color: rgb(33,44,22); }

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

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

 span { border-color: rgb(33,44,22); }

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