Shades of Forest Green #1DA515
Tints of Forest Green #1DA515
RGB
CMYK
RGB Variations
Color information
#1DA515 (or 0x1DA515) is known color: Forest Green. HEX triplet: 1D, A5 and 15. RGB value is (29,165,21). Sum of RGB (Red+Green+Blue) = 29+165+21=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA515 is #E25AEA. Grayscale: #6C6C6C. Windows color (decimal): -14834411 or 1418525. OLE color: 1418525.
HSL color Cylindrical-coordinate representation of color #1DA515: hue angle of 116.67º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DA515 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 21 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.35 |
| HSL | 116.67º | 0.77% | 0.36% | - |
| HSV(B) | 116.67º | 0.87% | 0.65% | - |
| XYZ | 14.1 | 27.23 | 5.22 | - |
| YUV | 107.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 21 | 0.82 | 0 | 0.87 | 0.35 | 116.67 | 0.77 | 0.36 |
| Hex | 1D | A5 | 15 | 52 | 0 | 57 | 23 | 75 | 4D | 24 |
| Octal | 35 | 245 | 25 | 122 | 0 | 127 | 43 | 165 | 115 | 44 |
| Binary | 11101 | 10100101 | 10101 | 1010010 | 0 | 1010111 | 100011 | 1110101 | 1001101 | 100100 |
Color Harmonies of #1DA515
Complementary color
Monochromatic Colors of #1DA515
Black with #1DA515
Text Example
Text Example
White with #1DA515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA515; }
p { color: rgb(29,165,21); }
H1.HeaderClassName
{
color: #1DA515;
}
.AnyTagClassName
{
color: #1DA515;
}
</style>
background-color css
<style>
a { background-color: #1DA515; }
a { background-color: rgb(29,165,21); }
div.DivClassName
{
background-color: #1DA515;
}
.BgClassName
{
background-color: #1DA515;
}
</style>
border-color css
<style>
span { border-color: #1DA515; }
span { border-color: rgb(29,165,21); }
td.TdClassName
{
border-color: #1DA515;
}
.TagClassName
{
border-color: #1DA515;
}
</style>