Shades of Green #207D02
Tints of Green #207D02
RGB
CMYK
RGB Variations
Color information
#207D02 (or 0x207D02) is known color: Green. HEX triplet: 20, 7D and 02. RGB value is (32,125,2). Sum of RGB (Red+Green+Blue) = 32+125+2=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 125 (49.22% from 255 or 78.62% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 125 - color contains mainly: green. Hex color #207D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207D02 is #DF82FD. Grayscale: #535353. Windows color (decimal): -14648062 or 163104. OLE color: 163104.
HSL color Cylindrical-coordinate representation of color #207D02: hue angle of 105.37º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #207D02 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 2 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.51 |
| HSL | 105.37º | 0.97% | 0.25% | - |
| HSV(B) | 105.37º | 0.98% | 0.49% | - |
| XYZ | 7.94 | 14.98 | 2.53 | - |
| YUV | 83.17 | 82.19 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 2 | 0.74 | 0 | 0.98 | 0.51 | 105.37 | 0.97 | 0.25 |
| Hex | 20 | 7D | 2 | 4A | 0 | 62 | 33 | 69 | 61 | 19 |
| Octal | 40 | 175 | 2 | 112 | 0 | 142 | 63 | 151 | 141 | 31 |
| Binary | 100000 | 1111101 | 10 | 1001010 | 0 | 1100010 | 110011 | 1101001 | 1100001 | 11001 |
Color Harmonies of #207D02
Complementary color
Monochromatic Colors of #207D02
Black with #207D02
Text Example
Text Example
White with #207D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D02; }
p { color: rgb(32,125,2); }
H1.HeaderClassName
{
color: #207D02;
}
.AnyTagClassName
{
color: #207D02;
}
</style>
background-color css
<style>
a { background-color: #207D02; }
a { background-color: rgb(32,125,2); }
div.DivClassName
{
background-color: #207D02;
}
.BgClassName
{
background-color: #207D02;
}
</style>
border-color css
<style>
span { border-color: #207D02; }
span { border-color: rgb(32,125,2); }
td.TdClassName
{
border-color: #207D02;
}
.TagClassName
{
border-color: #207D02;
}
</style>