#212A0D

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

Shades of Pine Tree #212A0D

Tints of Pine Tree #212A0D

Color information

#212A0D (or 0x212A0D) is unknown color: approx Pine Tree. HEX triplet: 21, 2A and 0D. RGB value is (33,42,13). Sum of RGB (Red+Green+Blue) = 33+42+13=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #212A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A0D is #DED5F2. Grayscale: #242424. Windows color (decimal): -14603763 or 862753. OLE color: 862753.

HSL color Cylindrical-coordinate representation of color #212A0D: hue angle of 78.62º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #212A0D is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB334213-
CMYK0.2100.690.84
HSL78.62º52.73%10.78%-
HSV(B)78.62º69.05%16.47%-
XYZ1.532.010.69-
YUV36115.02125.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=37.5%
G=47.73%
B=14.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3342130.2100.690.8478.6252.7310.78
Hex212AD15045544f35b
Octal4152152501051241176513
Binary10000110101011011010101000101101010010011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,42,13); }

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

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

 a { background-color: rgb(33,42,13); }

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

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

 span { border-color: rgb(33,42,13); }

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