Shades of Green #1D7C02
Tints of Green #1D7C02
RGB
CMYK
RGB Variations
Color information
#1D7C02 (or 0x1D7C02) is known color: Green. HEX triplet: 1D, 7C and 02. RGB value is (29,124,2). Sum of RGB (Red+Green+Blue) = 29+124+2=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 124 (48.83% from 255 or 80% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7C02 is #E283FD. Grayscale: #525252. Windows color (decimal): -14844926 or 162845. OLE color: 162845.
HSL color Cylindrical-coordinate representation of color #1D7C02: hue angle of 106.72º 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 #1D7C02 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 124 | 2 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.51 |
| HSL | 106.72º | 0.97% | 0.25% | - |
| HSV(B) | 106.72º | 0.98% | 0.49% | - |
| XYZ | 7.73 | 14.68 | 2.48 | - |
| YUV | 81.69 | 83.03 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 124 | 2 | 0.77 | 0 | 0.98 | 0.51 | 106.72 | 0.97 | 0.25 |
| Hex | 1D | 7C | 2 | 4D | 0 | 62 | 33 | 6B | 61 | 19 |
| Octal | 35 | 174 | 2 | 115 | 0 | 142 | 63 | 153 | 141 | 31 |
| Binary | 11101 | 1111100 | 10 | 1001101 | 0 | 1100010 | 110011 | 1101011 | 1100001 | 11001 |
Color Harmonies of #1D7C02
Complementary color
Monochromatic Colors of #1D7C02
Black with #1D7C02
Text Example
Text Example
White with #1D7C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7C02; }
p { color: rgb(29,124,2); }
H1.HeaderClassName
{
color: #1D7C02;
}
.AnyTagClassName
{
color: #1D7C02;
}
</style>
background-color css
<style>
a { background-color: #1D7C02; }
a { background-color: rgb(29,124,2); }
div.DivClassName
{
background-color: #1D7C02;
}
.BgClassName
{
background-color: #1D7C02;
}
</style>
border-color css
<style>
span { border-color: #1D7C02; }
span { border-color: rgb(29,124,2); }
td.TdClassName
{
border-color: #1D7C02;
}
.TagClassName
{
border-color: #1D7C02;
}
</style>