Shades of Green #1D7605
Tints of Green #1D7605
RGB
CMYK
RGB Variations
Color information
#1D7605 (or 0x1D7605) is known color: Green. HEX triplet: 1D, 76 and 05. RGB value is (29,118,5). Sum of RGB (Red+Green+Blue) = 29+118+5=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7605 is #E289FA. Grayscale: #4E4E4E. Windows color (decimal): -14846459 or 357917. OLE color: 357917.
HSL color Cylindrical-coordinate representation of color #1D7605: hue angle of 107.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D7605 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 5 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.54 |
| HSL | 107.26º | 0.92% | 0.24% | - |
| HSV(B) | 107.26º | 0.96% | 0.46% | - |
| XYZ | 7.01 | 13.23 | 2.33 | - |
| YUV | 78.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 5 | 0.75 | 0 | 0.96 | 0.54 | 107.26 | 0.92 | 0.24 |
| Hex | 1D | 76 | 5 | 4B | 0 | 60 | 36 | 6B | 5C | 18 |
| Octal | 35 | 166 | 5 | 113 | 0 | 140 | 66 | 153 | 134 | 30 |
| Binary | 11101 | 1110110 | 101 | 1001011 | 0 | 1100000 | 110110 | 1101011 | 1011100 | 11000 |
Color Harmonies of #1D7605
Complementary color
Monochromatic Colors of #1D7605
Black with #1D7605
Text Example
Text Example
White with #1D7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7605; }
p { color: rgb(29,118,5); }
H1.HeaderClassName
{
color: #1D7605;
}
.AnyTagClassName
{
color: #1D7605;
}
</style>
background-color css
<style>
a { background-color: #1D7605; }
a { background-color: rgb(29,118,5); }
div.DivClassName
{
background-color: #1D7605;
}
.BgClassName
{
background-color: #1D7605;
}
</style>
border-color css
<style>
span { border-color: #1D7605; }
span { border-color: rgb(29,118,5); }
td.TdClassName
{
border-color: #1D7605;
}
.TagClassName
{
border-color: #1D7605;
}
</style>