Shades of Green #1D7402
Tints of Green #1D7402
RGB
CMYK
RGB Variations
Color information
#1D7402 (or 0x1D7402) is known color: Green. HEX triplet: 1D, 74 and 02. RGB value is (29,116,2). Sum of RGB (Red+Green+Blue) = 29+116+2=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7402 is #E28BFD. Grayscale: #4D4D4D. Windows color (decimal): -14846974 or 160797. OLE color: 160797.
HSL color Cylindrical-coordinate representation of color #1D7402: hue angle of 105.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D7402 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 2 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.55 |
| HSL | 105.79º | 0.97% | 0.23% | - |
| HSV(B) | 105.79º | 0.98% | 0.45% | - |
| XYZ | 6.76 | 12.76 | 2.16 | - |
| YUV | 76.99 | 85.68 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 2 | 0.75 | 0 | 0.98 | 0.55 | 105.79 | 0.97 | 0.23 |
| Hex | 1D | 74 | 2 | 4B | 0 | 62 | 37 | 6A | 61 | 17 |
| Octal | 35 | 164 | 2 | 113 | 0 | 142 | 67 | 152 | 141 | 27 |
| Binary | 11101 | 1110100 | 10 | 1001011 | 0 | 1100010 | 110111 | 1101010 | 1100001 | 10111 |
Color Harmonies of #1D7402
Complementary color
Monochromatic Colors of #1D7402
Black with #1D7402
Text Example
Text Example
White with #1D7402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7402; }
p { color: rgb(29,116,2); }
H1.HeaderClassName
{
color: #1D7402;
}
.AnyTagClassName
{
color: #1D7402;
}
</style>
background-color css
<style>
a { background-color: #1D7402; }
a { background-color: rgb(29,116,2); }
div.DivClassName
{
background-color: #1D7402;
}
.BgClassName
{
background-color: #1D7402;
}
</style>
border-color css
<style>
span { border-color: #1D7402; }
span { border-color: rgb(29,116,2); }
td.TdClassName
{
border-color: #1D7402;
}
.TagClassName
{
border-color: #1D7402;
}
</style>