Shades of Forest Green #1DA527
Tints of Forest Green #1DA527
RGB
CMYK
RGB Variations
Color information
#1DA527 (or 0x1DA527) is known color: Forest Green. HEX triplet: 1D, A5 and 27. RGB value is (29,165,39). Sum of RGB (Red+Green+Blue) = 29+165+39=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA527 is #E25AD8. Grayscale: #6E6E6E. Windows color (decimal): -14834393 or 2598173. OLE color: 2598173.
HSL color Cylindrical-coordinate representation of color #1DA527: hue angle of 124.41º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA527 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 39 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.35 |
| HSL | 124.41º | 0.7% | 0.38% | - |
| HSV(B) | 124.41º | 0.82% | 0.65% | - |
| XYZ | 14.33 | 27.32 | 6.44 | - |
| YUV | 109.97 | 87.94 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 39 | 0.82 | 0 | 0.76 | 0.35 | 124.41 | 0.7 | 0.38 |
| Hex | 1D | A5 | 27 | 52 | 0 | 4C | 23 | 7C | 46 | 26 |
| Octal | 35 | 245 | 47 | 122 | 0 | 114 | 43 | 174 | 106 | 46 |
| Binary | 11101 | 10100101 | 100111 | 1010010 | 0 | 1001100 | 100011 | 1111100 | 1000110 | 100110 |
Color Harmonies of #1DA527
Complementary color
Monochromatic Colors of #1DA527
Black with #1DA527
Text Example
Text Example
White with #1DA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA527; }
p { color: rgb(29,165,39); }
H1.HeaderClassName
{
color: #1DA527;
}
.AnyTagClassName
{
color: #1DA527;
}
</style>
background-color css
<style>
a { background-color: #1DA527; }
a { background-color: rgb(29,165,39); }
div.DivClassName
{
background-color: #1DA527;
}
.BgClassName
{
background-color: #1DA527;
}
</style>
border-color css
<style>
span { border-color: #1DA527; }
span { border-color: rgb(29,165,39); }
td.TdClassName
{
border-color: #1DA527;
}
.TagClassName
{
border-color: #1DA527;
}
</style>