#212E03

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

Shades of Pine Tree #212E03

Tints of Pine Tree #212E03

Color information

#212E03 (or 0x212E03) is unknown color: approx Pine Tree. HEX triplet: 21, 2E and 03. RGB value is (33,46,3). Sum of RGB (Red+Green+Blue) = 33+46+3=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 46 (18.36% from 255 or 56.10% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 46 - color contains mainly: green. Hex color #212E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E03 is #DED1FC. Grayscale: #252525. Windows color (decimal): -14602749 or 208417. OLE color: 208417.

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

Color convert

RGB33463-
CMYK0.2800.930.82
HSL78.14º87.76%9.61%-
HSV(B)78.14º93.48%18.04%-
XYZ1.622.280.44-
YUV37.21108.69125-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 46 (18.36% from 255) = 56.10%
BLUE value IS 3 (1.56% from 255) = 3.66%
R=40.24%
G=56.10%
B=3.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal334630.2800.930.8278.1487.769.61
Hex212E31C05D524e58a
Octal4156334013512211613012
Binary1000011011101111100010111011010010100111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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