Shades of Forest Green #1DA634
Tints of Forest Green #1DA634
RGB
CMYK
RGB Variations
Color information
#1DA634 (or 0x1DA634) is known color: Forest Green. HEX triplet: 1D, A6 and 34. RGB value is (29,166,52). Sum of RGB (Red+Green+Blue) = 29+166+52=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 166 (65.23% from 255 or 67.21% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DA634 is #E259CB. Grayscale: #707070. Windows color (decimal): -14834124 or 3450397. OLE color: 3450397.
HSL color Cylindrical-coordinate representation of color #1DA634: hue angle of 130.07º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA634 is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 52 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.35 |
| HSL | 130.07º | 0.7% | 0.38% | - |
| HSV(B) | 130.07º | 0.83% | 0.65% | - |
| XYZ | 14.76 | 27.78 | 7.83 | - |
| YUV | 112.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 52 | 0.83 | 0 | 0.69 | 0.35 | 130.07 | 0.7 | 0.38 |
| Hex | 1D | A6 | 34 | 53 | 0 | 45 | 23 | 82 | 46 | 26 |
| Octal | 35 | 246 | 64 | 123 | 0 | 105 | 43 | 202 | 106 | 46 |
| Binary | 11101 | 10100110 | 110100 | 1010011 | 0 | 1000101 | 100011 | 10000010 | 1000110 | 100110 |
Color Harmonies of #1DA634
Complementary color
Monochromatic Colors of #1DA634
Black with #1DA634
Text Example
Text Example
White with #1DA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA634; }
p { color: rgb(29,166,52); }
H1.HeaderClassName
{
color: #1DA634;
}
.AnyTagClassName
{
color: #1DA634;
}
</style>
background-color css
<style>
a { background-color: #1DA634; }
a { background-color: rgb(29,166,52); }
div.DivClassName
{
background-color: #1DA634;
}
.BgClassName
{
background-color: #1DA634;
}
</style>
border-color css
<style>
span { border-color: #1DA634; }
span { border-color: rgb(29,166,52); }
td.TdClassName
{
border-color: #1DA634;
}
.TagClassName
{
border-color: #1DA634;
}
</style>