Shades of Green #1D7301
Tints of Green #1D7301
RGB
CMYK
RGB Variations
Color information
#1D7301 (or 0x1D7301) is known color: Green. HEX triplet: 1D, 73 and 01. RGB value is (29,115,1). Sum of RGB (Red+Green+Blue) = 29+115+1=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 115 (45.31% from 255 or 79.31% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7301 is #E28CFE. Grayscale: #4C4C4C. Windows color (decimal): -14847231 or 95005. OLE color: 95005.
HSL color Cylindrical-coordinate representation of color #1D7301: hue angle of 105.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D7301 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 1 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.55 |
| HSL | 105.26º | 0.98% | 0.23% | - |
| HSV(B) | 105.26º | 0.99% | 0.45% | - |
| XYZ | 6.64 | 12.52 | 2.1 | - |
| YUV | 76.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 1 | 0.75 | 0 | 0.99 | 0.55 | 105.26 | 0.98 | 0.23 |
| Hex | 1D | 73 | 1 | 4B | 0 | 63 | 37 | 69 | 62 | 17 |
| Octal | 35 | 163 | 1 | 113 | 0 | 143 | 67 | 151 | 142 | 27 |
| Binary | 11101 | 1110011 | 1 | 1001011 | 0 | 1100011 | 110111 | 1101001 | 1100010 | 10111 |
Color Harmonies of #1D7301
Complementary color
Monochromatic Colors of #1D7301
Black with #1D7301
Text Example
Text Example
White with #1D7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7301; }
p { color: rgb(29,115,1); }
H1.HeaderClassName
{
color: #1D7301;
}
.AnyTagClassName
{
color: #1D7301;
}
</style>
background-color css
<style>
a { background-color: #1D7301; }
a { background-color: rgb(29,115,1); }
div.DivClassName
{
background-color: #1D7301;
}
.BgClassName
{
background-color: #1D7301;
}
</style>
border-color css
<style>
span { border-color: #1D7301; }
span { border-color: rgb(29,115,1); }
td.TdClassName
{
border-color: #1D7301;
}
.TagClassName
{
border-color: #1D7301;
}
</style>