Shades of Green #1D730A
Tints of Green #1D730A
RGB
CMYK
RGB Variations
Color information
#1D730A (or 0x1D730A) is known color: Green. HEX triplet: 1D, 73 and 0A. RGB value is (29,115,10). Sum of RGB (Red+Green+Blue) = 29+115+10=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #1D730A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D730A is #E28CF5. Grayscale: #4D4D4D. Windows color (decimal): -14847222 or 684829. OLE color: 684829.
HSL color Cylindrical-coordinate representation of color #1D730A: hue angle of 109.14º 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 #1D730A is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 10 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.55 |
| HSL | 109.14º | 0.84% | 0.25% | - |
| HSV(B) | 109.14º | 0.91% | 0.45% | - |
| XYZ | 6.69 | 12.54 | 2.36 | - |
| YUV | 77.32 | 90.01 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 10 | 0.75 | 0 | 0.91 | 0.55 | 109.14 | 0.84 | 0.25 |
| Hex | 1D | 73 | A | 4B | 0 | 5B | 37 | 6D | 54 | 19 |
| Octal | 35 | 163 | 12 | 113 | 0 | 133 | 67 | 155 | 124 | 31 |
| Binary | 11101 | 1110011 | 1010 | 1001011 | 0 | 1011011 | 110111 | 1101101 | 1010100 | 11001 |
Color Harmonies of #1D730A
Complementary color
Monochromatic Colors of #1D730A
Black with #1D730A
Text Example
Text Example
White with #1D730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D730A; }
p { color: rgb(29,115,10); }
H1.HeaderClassName
{
color: #1D730A;
}
.AnyTagClassName
{
color: #1D730A;
}
</style>
background-color css
<style>
a { background-color: #1D730A; }
a { background-color: rgb(29,115,10); }
div.DivClassName
{
background-color: #1D730A;
}
.BgClassName
{
background-color: #1D730A;
}
</style>
border-color css
<style>
span { border-color: #1D730A; }
span { border-color: rgb(29,115,10); }
td.TdClassName
{
border-color: #1D730A;
}
.TagClassName
{
border-color: #1D730A;
}
</style>