Shades of Forest Green #1DB213
Tints of Forest Green #1DB213
RGB
CMYK
RGB Variations
Color information
#1DB213 (or 0x1DB213) is known color: Forest Green. HEX triplet: 1D, B2 and 13. RGB value is (29,178,19). Sum of RGB (Red+Green+Blue) = 29+178+19=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DB213 is #E24DEC. Grayscale: #737373. Windows color (decimal): -14831085 or 1290781. OLE color: 1290781.
HSL color Cylindrical-coordinate representation of color #1DB213: hue angle of 116.23º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DB213 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 178 | 19 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.30 |
| HSL | 116.23º | 0.81% | 0.39% | - |
| HSV(B) | 116.23º | 0.89% | 0.7% | - |
| XYZ | 16.54 | 32.15 | 5.95 | - |
| YUV | 115.32 | 73.64 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 178 | 19 | 0.84 | 0 | 0.89 | 0.30 | 116.23 | 0.81 | 0.39 |
| Hex | 1D | B2 | 13 | 54 | 0 | 59 | 1E | 74 | 51 | 27 |
| Octal | 35 | 262 | 23 | 124 | 0 | 131 | 36 | 164 | 121 | 47 |
| Binary | 11101 | 10110010 | 10011 | 1010100 | 0 | 1011001 | 11110 | 1110100 | 1010001 | 100111 |
Color Harmonies of #1DB213
Complementary color
Monochromatic Colors of #1DB213
Black with #1DB213
Text Example
Text Example
White with #1DB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB213; }
p { color: rgb(29,178,19); }
H1.HeaderClassName
{
color: #1DB213;
}
.AnyTagClassName
{
color: #1DB213;
}
</style>
background-color css
<style>
a { background-color: #1DB213; }
a { background-color: rgb(29,178,19); }
div.DivClassName
{
background-color: #1DB213;
}
.BgClassName
{
background-color: #1DB213;
}
</style>
border-color css
<style>
span { border-color: #1DB213; }
span { border-color: rgb(29,178,19); }
td.TdClassName
{
border-color: #1DB213;
}
.TagClassName
{
border-color: #1DB213;
}
</style>