Shades of Green #1D7601
Tints of Green #1D7601
RGB
CMYK
RGB Variations
Color information
#1D7601 (or 0x1D7601) is known color: Green. HEX triplet: 1D, 76 and 01. RGB value is (29,118,1). Sum of RGB (Red+Green+Blue) = 29+118+1=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 118 (46.48% from 255 or 79.73% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7601 is #E289FE. Grayscale: #4E4E4E. Windows color (decimal): -14846463 or 95773. OLE color: 95773.
HSL color Cylindrical-coordinate representation of color #1D7601: hue angle of 105.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D7601 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.54 |
| HSL | 105.64º | 0.98% | 0.23% | - |
| HSV(B) | 105.64º | 0.99% | 0.46% | - |
| XYZ | 6.99 | 13.22 | 2.21 | - |
| YUV | 78.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 1 | 0.75 | 0 | 0.99 | 0.54 | 105.64 | 0.98 | 0.23 |
| Hex | 1D | 76 | 1 | 4B | 0 | 63 | 36 | 6A | 62 | 17 |
| Octal | 35 | 166 | 1 | 113 | 0 | 143 | 66 | 152 | 142 | 27 |
| Binary | 11101 | 1110110 | 1 | 1001011 | 0 | 1100011 | 110110 | 1101010 | 1100010 | 10111 |
Color Harmonies of #1D7601
Complementary color
Monochromatic Colors of #1D7601
Black with #1D7601
Text Example
Text Example
White with #1D7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7601; }
p { color: rgb(29,118,1); }
H1.HeaderClassName
{
color: #1D7601;
}
.AnyTagClassName
{
color: #1D7601;
}
</style>
background-color css
<style>
a { background-color: #1D7601; }
a { background-color: rgb(29,118,1); }
div.DivClassName
{
background-color: #1D7601;
}
.BgClassName
{
background-color: #1D7601;
}
</style>
border-color css
<style>
span { border-color: #1D7601; }
span { border-color: rgb(29,118,1); }
td.TdClassName
{
border-color: #1D7601;
}
.TagClassName
{
border-color: #1D7601;
}
</style>