#212E04

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

Shades of Pine Tree #212E04

Tints of Pine Tree #212E04

Color information

#212E04 (or 0x212E04) is unknown color: approx Pine Tree. HEX triplet: 21, 2E and 04. RGB value is (33,46,4). Sum of RGB (Red+Green+Blue) = 33+46+4=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #212E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E04 is #DED1FB. Grayscale: #252525. Windows color (decimal): -14602748 or 273953. OLE color: 273953.

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

Color convert

RGB33464-
CMYK0.2800.910.82
HSL78.57º84%9.8%-
HSV(B)78.57º91.3%18.04%-
XYZ1.632.290.47-
YUV37.33109.19124.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 46 (18.36% from 255) = 55.42%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=39.76%
G=55.42%
B=4.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal334640.2800.910.8278.57849.8
Hex212E41C05B524f54a
Octal4156434013312211712412
Binary10000110111010011100010110111010010100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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