Shades of Forest Green #1DB31A
Tints of Forest Green #1DB31A
RGB
CMYK
RGB Variations
Color information
#1DB31A (or 0x1DB31A) is known color: Forest Green. HEX triplet: 1D, B3 and 1A. RGB value is (29,179,26). Sum of RGB (Red+Green+Blue) = 29+179+26=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB31A is #E24CE5. Grayscale: #757575. Windows color (decimal): -14830822 or 1749789. OLE color: 1749789.
HSL color Cylindrical-coordinate representation of color #1DB31A: hue angle of 118.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DB31A is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 26 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.30 |
| HSL | 118.82º | 0.75% | 0.4% | - |
| HSV(B) | 118.82º | 0.85% | 0.7% | - |
| XYZ | 16.81 | 32.58 | 6.38 | - |
| YUV | 116.71 | 76.81 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 26 | 0.84 | 0 | 0.85 | 0.30 | 118.82 | 0.75 | 0.4 |
| Hex | 1D | B3 | 1A | 54 | 0 | 55 | 1E | 77 | 4B | 28 |
| Octal | 35 | 263 | 32 | 124 | 0 | 125 | 36 | 167 | 113 | 50 |
| Binary | 11101 | 10110011 | 11010 | 1010100 | 0 | 1010101 | 11110 | 1110111 | 1001011 | 101000 |
Color Harmonies of #1DB31A
Complementary color
Monochromatic Colors of #1DB31A
Black with #1DB31A
Text Example
Text Example
White with #1DB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB31A; }
p { color: rgb(29,179,26); }
H1.HeaderClassName
{
color: #1DB31A;
}
.AnyTagClassName
{
color: #1DB31A;
}
</style>
background-color css
<style>
a { background-color: #1DB31A; }
a { background-color: rgb(29,179,26); }
div.DivClassName
{
background-color: #1DB31A;
}
.BgClassName
{
background-color: #1DB31A;
}
</style>
border-color css
<style>
span { border-color: #1DB31A; }
span { border-color: rgb(29,179,26); }
td.TdClassName
{
border-color: #1DB31A;
}
.TagClassName
{
border-color: #1DB31A;
}
</style>