#204002

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

Shades of Pine Tree #204002

Tints of Pine Tree #204002

Color information

#204002 (or 0x204002) is unknown color: approx Pine Tree. HEX triplet: 20, 40 and 02. RGB value is (32,64,2). Sum of RGB (Red+Green+Blue) = 32+64+2=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #204002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204002 is #DFBFFD. Grayscale: #2F2F2F. Windows color (decimal): -14663678 or 147488. OLE color: 147488.

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

Color convert

RGB32642-
CMYK0.5000.970.75
HSL90.97º93.94%12.94%-
HSV(B)90.97º96.88%25.1%-
XYZ2.443.980.7-
YUV47.36102.4117.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.65%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=32.65%
G=65.31%
B=2.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal326420.5000.970.7590.9793.9412.94
Hex20402320614B5b5ed
Octal40100262014111313313615
Binary100000100000010110010011000011001011101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204002; }

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

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

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

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

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

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

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

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