#207D00

Color #207D00 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #207D00

Tints of Green #207D00

Color information

#207D00 (or 0x207D00) is unknown color: approx Green. HEX triplet: 20, 7D and 00. RGB value is (32,125,0). Sum of RGB (Red+Green+Blue) = 32+125+0=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 125 (49.22% from 255 or 79.62% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 125 - color contains mainly: green. Hex color #207D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207D00 is #DF82FF. Grayscale: #535353. Windows color (decimal): -14648064 or 32032. OLE color: 32032.

HSL color Cylindrical-coordinate representation of color #207D00: hue angle of 104.64º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #207D00 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB321250-
CMYK0.74010.51
HSL104.64º100%24.51%-
HSV(B)104.64º100%49.02%-
XYZ7.9314.972.47-
YUV82.9481.1991.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 125 (49.22% from 255) = 79.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.38%
G=79.62%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3212500.74010.51104.6410024.51
Hex207D04A06433696419
Octal40175011201446315114431
Binary100000111110101001010011001001100111101001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207D00; }

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

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

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

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

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

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

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

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