Shades of Green #1D740A
Tints of Green #1D740A
RGB
CMYK
RGB Variations
Color information
#1D740A (or 0x1D740A) is known color: Green. HEX triplet: 1D, 74 and 0A. RGB value is (29,116,10). Sum of RGB (Red+Green+Blue) = 29+116+10=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 116 (45.70% from 255 or 74.84% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 116 - color contains mainly: green. Hex color #1D740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D740A is #E28BF5. Grayscale: #4E4E4E. Windows color (decimal): -14846966 or 685085. OLE color: 685085.
HSL color Cylindrical-coordinate representation of color #1D740A: hue angle of 109.25º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D740A is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 10 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.55 |
| HSL | 109.25º | 0.84% | 0.25% | - |
| HSV(B) | 109.25º | 0.91% | 0.45% | - |
| XYZ | 6.81 | 12.77 | 2.39 | - |
| YUV | 77.9 | 89.68 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 10 | 0.75 | 0 | 0.91 | 0.55 | 109.25 | 0.84 | 0.25 |
| Hex | 1D | 74 | A | 4B | 0 | 5B | 37 | 6D | 54 | 19 |
| Octal | 35 | 164 | 12 | 113 | 0 | 133 | 67 | 155 | 124 | 31 |
| Binary | 11101 | 1110100 | 1010 | 1001011 | 0 | 1011011 | 110111 | 1101101 | 1010100 | 11001 |
Color Harmonies of #1D740A
Complementary color
Monochromatic Colors of #1D740A
Black with #1D740A
Text Example
Text Example
White with #1D740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D740A; }
p { color: rgb(29,116,10); }
H1.HeaderClassName
{
color: #1D740A;
}
.AnyTagClassName
{
color: #1D740A;
}
</style>
background-color css
<style>
a { background-color: #1D740A; }
a { background-color: rgb(29,116,10); }
div.DivClassName
{
background-color: #1D740A;
}
.BgClassName
{
background-color: #1D740A;
}
</style>
border-color css
<style>
span { border-color: #1D740A; }
span { border-color: rgb(29,116,10); }
td.TdClassName
{
border-color: #1D740A;
}
.TagClassName
{
border-color: #1D740A;
}
</style>