Shades of Green #1D8802
Tints of Green #1D8802
RGB
CMYK
RGB Variations
Color information
#1D8802 (or 0x1D8802) is known color: Green. HEX triplet: 1D, 88 and 02. RGB value is (29,136,2). Sum of RGB (Red+Green+Blue) = 29+136+2=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 136 (53.52% from 255 or 81.44% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8802 is #E277FD. Grayscale: #595959. Windows color (decimal): -14841854 or 165917. OLE color: 165917.
HSL color Cylindrical-coordinate representation of color #1D8802: hue angle of 107.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D8802 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 2 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.47 |
| HSL | 107.91º | 0.97% | 0.27% | - |
| HSV(B) | 107.91º | 0.99% | 0.53% | - |
| XYZ | 9.32 | 17.87 | 3.02 | - |
| YUV | 88.73 | 79.05 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 2 | 0.79 | 0 | 0.99 | 0.47 | 107.91 | 0.97 | 0.27 |
| Hex | 1D | 88 | 2 | 4F | 0 | 63 | 2F | 6C | 61 | 1B |
| Octal | 35 | 210 | 2 | 117 | 0 | 143 | 57 | 154 | 141 | 33 |
| Binary | 11101 | 10001000 | 10 | 1001111 | 0 | 1100011 | 101111 | 1101100 | 1100001 | 11011 |
Color Harmonies of #1D8802
Complementary color
Monochromatic Colors of #1D8802
Black with #1D8802
Text Example
Text Example
White with #1D8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8802; }
p { color: rgb(29,136,2); }
H1.HeaderClassName
{
color: #1D8802;
}
.AnyTagClassName
{
color: #1D8802;
}
</style>
background-color css
<style>
a { background-color: #1D8802; }
a { background-color: rgb(29,136,2); }
div.DivClassName
{
background-color: #1D8802;
}
.BgClassName
{
background-color: #1D8802;
}
</style>
border-color css
<style>
span { border-color: #1D8802; }
span { border-color: rgb(29,136,2); }
td.TdClassName
{
border-color: #1D8802;
}
.TagClassName
{
border-color: #1D8802;
}
</style>