#212912

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

Shades of Pine Tree #212912

Tints of Pine Tree #212912

Color information

#212912 (or 0x212912) is unknown color: approx Pine Tree. HEX triplet: 21, 29 and 12. RGB value is (33,41,18). Sum of RGB (Red+Green+Blue) = 33+41+18=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #212912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212912 is #DED6ED. Grayscale: #242424. Windows color (decimal): -14604014 or 1190177. OLE color: 1190177.

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

Color convert

RGB334118-
CMYK0.2000.560.84
HSL80.87º38.98%11.57%-
HSV(B)80.87º56.1%16.08%-
XYZ1.531.950.87-
YUV35.99117.85125.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=35.87%
G=44.57%
B=19.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341180.2000.560.8480.8738.9811.57
Hex21291214038545127c
Octal415122240701241214714
Binary10000110100110010101000111000101010010100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212912; }

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

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

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

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

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

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

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

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