#204500

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

Shades of Pine Tree #204500

Tints of Pine Tree #204500

Color information

#204500 (or 0x204500) is unknown color: approx Pine Tree. HEX triplet: 20, 45 and 00. RGB value is (32,69,0). Sum of RGB (Red+Green+Blue) = 32+69+0=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #204500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204500 is #DFBAFF. Grayscale: #323232. Windows color (decimal): -14662400 or 17696. OLE color: 17696.

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

Color convert

RGB32690-
CMYK0.54010.73
HSL92.17º100%13.53%-
HSV(B)92.17º100%27.06%-
XYZ2.724.560.74-
YUV50.0799.74115.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 69 (27.34% from 255) = 68.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.68%
G=68.32%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal326900.54010.7392.1710013.53
Hex2045036064495c64e
Octal40105066014411113414416
Binary10000010001010110110011001001001001101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204500; }

 p { color: rgb(32,69,0); }

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

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

 a { background-color: rgb(32,69,0); }

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

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

 span { border-color: rgb(32,69,0); }

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