#204005

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

Shades of Pine Tree #204005

Tints of Pine Tree #204005

Color information

#204005 (or 0x204005) is unknown color: approx Pine Tree. HEX triplet: 20, 40 and 05. RGB value is (32,64,5). Sum of RGB (Red+Green+Blue) = 32+64+5=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #204005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204005 is #DFBFFA. Grayscale: #2F2F2F. Windows color (decimal): -14663675 or 344096. OLE color: 344096.

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

Color convert

RGB32645-
CMYK0.5000.920.75
HSL92.54º85.51%13.53%-
HSV(B)92.54º92.19%25.1%-
XYZ2.463.980.78-
YUV47.71103.9116.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=31.68%
G=63.37%
B=4.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal326450.5000.920.7592.5485.5113.53
Hex204053205C4B5d56e
Octal40100562013411313512616
Binary1000001000000101110010010111001001011101110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204005; }

 p { color: rgb(32,64,5); }

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

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

 a { background-color: rgb(32,64,5); }

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

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

 span { border-color: rgb(32,64,5); }

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