#204007

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

Shades of Pine Tree #204007

Tints of Pine Tree #204007

Color information

#204007 (or 0x204007) is unknown color: approx Pine Tree. HEX triplet: 20, 40 and 07. RGB value is (32,64,7). Sum of RGB (Red+Green+Blue) = 32+64+7=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #204007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204007 is #DFBFF8. Grayscale: #303030. Windows color (decimal): -14663673 or 475168. OLE color: 475168.

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

Color convert

RGB32647-
CMYK0.5000.890.75
HSL93.68º80.28%13.92%-
HSV(B)93.68º89.06%25.1%-
XYZ2.473.990.84-
YUV47.93104.9116.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.07%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=31.07%
G=62.14%
B=6.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal326470.5000.890.7593.6880.2813.92
Hex20407320594B5e50e
Octal40100762013111313612016
Binary1000001000000111110010010110011001011101111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204007; }

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

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

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

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

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

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

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

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