Shades of Green #1D6F04
Tints of Green #1D6F04
RGB
CMYK
RGB Variations
Color information
#1D6F04 (or 0x1D6F04) is known color: Green. HEX triplet: 1D, 6F and 04. RGB value is (29,111,4). Sum of RGB (Red+Green+Blue) = 29+111+4=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6F04 is #E290FB. Grayscale: #4A4A4A. Windows color (decimal): -14848252 or 290589. OLE color: 290589.
HSL color Cylindrical-coordinate representation of color #1D6F04: hue angle of 105.98º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D6F04 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 111 | 4 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.56 |
| HSL | 105.98º | 0.93% | 0.23% | - |
| HSV(B) | 105.98º | 0.96% | 0.44% | - |
| XYZ | 6.21 | 11.64 | 2.03 | - |
| YUV | 74.28 | 88.33 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 4 | 0.74 | 0 | 0.96 | 0.56 | 105.98 | 0.93 | 0.23 |
| Hex | 1D | 6F | 4 | 4A | 0 | 60 | 38 | 6A | 5D | 17 |
| Octal | 35 | 157 | 4 | 112 | 0 | 140 | 70 | 152 | 135 | 27 |
| Binary | 11101 | 1101111 | 100 | 1001010 | 0 | 1100000 | 111000 | 1101010 | 1011101 | 10111 |
Color Harmonies of #1D6F04
Complementary color
Monochromatic Colors of #1D6F04
Black with #1D6F04
Text Example
Text Example
White with #1D6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F04; }
p { color: rgb(29,111,4); }
H1.HeaderClassName
{
color: #1D6F04;
}
.AnyTagClassName
{
color: #1D6F04;
}
</style>
background-color css
<style>
a { background-color: #1D6F04; }
a { background-color: rgb(29,111,4); }
div.DivClassName
{
background-color: #1D6F04;
}
.BgClassName
{
background-color: #1D6F04;
}
</style>
border-color css
<style>
span { border-color: #1D6F04; }
span { border-color: rgb(29,111,4); }
td.TdClassName
{
border-color: #1D6F04;
}
.TagClassName
{
border-color: #1D6F04;
}
</style>