#212E11

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

Shades of Pine Tree #212E11

Tints of Pine Tree #212E11

Color information

#212E11 (or 0x212E11) is unknown color: approx Pine Tree. HEX triplet: 21, 2E and 11. RGB value is (33,46,17). Sum of RGB (Red+Green+Blue) = 33+46+17=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #212E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E11 is #DED1EE. Grayscale: #262626. Windows color (decimal): -14602735 or 1125921. OLE color: 1125921.

HSL color Cylindrical-coordinate representation of color #212E11: hue angle of 86.9º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212E11 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB334617-
CMYK0.2800.630.82
HSL86.9º46.03%12.35%-
HSV(B)86.9º63.04%18.04%-
XYZ1.712.320.89-
YUV38.81115.69123.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.38%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=34.38%
G=47.92%
B=17.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346170.2800.630.8286.946.0312.35
Hex212E111C03F52572ec
Octal415621340771221275614
Binary10000110111010001111000111111101001010101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,46,17); }

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

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

 a { background-color: rgb(33,46,17); }

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

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

 span { border-color: rgb(33,46,17); }

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