Shades of Forest Green #1DA310
Tints of Forest Green #1DA310
RGB
CMYK
RGB Variations
Color information
#1DA310 (or 0x1DA310) is known color: Forest Green. HEX triplet: 1D, A3 and 10. RGB value is (29,163,16). Sum of RGB (Red+Green+Blue) = 29+163+16=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 163 (64.06% from 255 or 78.37% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA310 is #E25CEF. Grayscale: #6A6A6A. Windows color (decimal): -14834928 or 1090333. OLE color: 1090333.
HSL color Cylindrical-coordinate representation of color #1DA310: hue angle of 114.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DA310 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 16 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.36 |
| HSL | 114.69º | 0.82% | 0.35% | - |
| HSV(B) | 114.69º | 0.9% | 0.64% | - |
| XYZ | 13.7 | 26.49 | 4.88 | - |
| YUV | 106.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 16 | 0.82 | 0 | 0.90 | 0.36 | 114.69 | 0.82 | 0.35 |
| Hex | 1D | A3 | 10 | 52 | 0 | 5A | 24 | 73 | 52 | 23 |
| Octal | 35 | 243 | 20 | 122 | 0 | 132 | 44 | 163 | 122 | 43 |
| Binary | 11101 | 10100011 | 10000 | 1010010 | 0 | 1011010 | 100100 | 1110011 | 1010010 | 100011 |
Color Harmonies of #1DA310
Complementary color
Monochromatic Colors of #1DA310
Black with #1DA310
Text Example
Text Example
White with #1DA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA310; }
p { color: rgb(29,163,16); }
H1.HeaderClassName
{
color: #1DA310;
}
.AnyTagClassName
{
color: #1DA310;
}
</style>
background-color css
<style>
a { background-color: #1DA310; }
a { background-color: rgb(29,163,16); }
div.DivClassName
{
background-color: #1DA310;
}
.BgClassName
{
background-color: #1DA310;
}
</style>
border-color css
<style>
span { border-color: #1DA310; }
span { border-color: rgb(29,163,16); }
td.TdClassName
{
border-color: #1DA310;
}
.TagClassName
{
border-color: #1DA310;
}
</style>