#212C10

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

Shades of Pine Tree #212C10

Tints of Pine Tree #212C10

Color information

#212C10 (or 0x212C10) is unknown color: approx Pine Tree. HEX triplet: 21, 2C and 10. RGB value is (33,44,16). Sum of RGB (Red+Green+Blue) = 33+44+16=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #212C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C10 is #DED3EF. Grayscale: #252525. Windows color (decimal): -14603248 or 1059873. OLE color: 1059873.

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

Color convert

RGB334416-
CMYK0.2500.640.83
HSL83.57º46.67%11.76%-
HSV(B)83.57º63.64%17.25%-
XYZ1.622.160.82-
YUV37.52115.86124.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 44 (17.58% from 255) = 47.31%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=35.48%
G=47.31%
B=17.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344160.2500.640.8383.5746.6711.76
Hex212C101904053542fc
Octal4154203101001231245714
Binary100001101100100001100101000000101001110101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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