#214205

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

Shades of Pine Tree #214205

Tints of Pine Tree #214205

Color information

#214205 (or 0x214205) is unknown color: approx Pine Tree. HEX triplet: 21, 42 and 05. RGB value is (33,66,5). Sum of RGB (Red+Green+Blue) = 33+66+5=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #214205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214205 is #DEBDFA. Grayscale: #313131. Windows color (decimal): -14597627 or 344609. OLE color: 344609.

HSL color Cylindrical-coordinate representation of color #214205: hue angle of 92.46º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #214205 is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB33665-
CMYK0.500.920.74
HSL92.46º85.92%13.92%-
HSV(B)92.46º92.42%25.88%-
XYZ2.64.230.82-
YUV49.18103.07116.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 66 (26.17% from 255) = 63.46%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=31.73%
G=63.46%
B=4.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal336650.500.920.7492.4685.9213.92
Hex214253205C4A5c56e
Octal41102562013411213412616
Binary1000011000010101110010010111001001010101110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214205; }

 p { color: rgb(33,66,5); }

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

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

 a { background-color: rgb(33,66,5); }

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

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

 span { border-color: rgb(33,66,5); }

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