#204402

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

Shades of Pine Tree #204402

Tints of Pine Tree #204402

Color information

#204402 (or 0x204402) is unknown color: approx Pine Tree. HEX triplet: 20, 44 and 02. RGB value is (32,68,2). Sum of RGB (Red+Green+Blue) = 32+68+2=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #204402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204402 is #DFBBFD. Grayscale: #313131. Windows color (decimal): -14662654 or 148512. OLE color: 148512.

HSL color Cylindrical-coordinate representation of color #204402: hue angle of 92.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #204402 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB32682-
CMYK0.5300.970.73
HSL92.73º94.29%13.73%-
HSV(B)92.73º97.06%26.67%-
XYZ2.674.450.77-
YUV49.71101.07115.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.37%
GREEN value IS 68 (26.95% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=31.37%
G=66.67%
B=1.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal326820.5300.970.7392.7394.2913.73
Hex2044235061495d5ee
Octal40104265014111113513616
Binary100000100010010110101011000011001001101110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204402; }

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

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

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

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

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

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

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

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