Shades of Forest Green #1D9C3A
Tints of Forest Green #1D9C3A
RGB
CMYK
RGB Variations
Color information
#1D9C3A (or 0x1D9C3A) is known color: Forest Green. HEX triplet: 1D, 9C and 3A. RGB value is (29,156,58). Sum of RGB (Red+Green+Blue) = 29+156+58=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 156 (61.33% from 255 or 64.20% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9C3A is #E263C5. Grayscale: #6B6B6B. Windows color (decimal): -14836678 or 3841053. OLE color: 3841053.
HSL color Cylindrical-coordinate representation of color #1D9C3A: hue angle of 133.7º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C3A is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 156 | 58 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.39 |
| HSL | 133.7º | 0.69% | 0.36% | - |
| HSV(B) | 133.7º | 0.81% | 0.61% | - |
| XYZ | 13.16 | 24.34 | 8.01 | - |
| YUV | 106.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 58 | 0.81 | 0 | 0.63 | 0.39 | 133.7 | 0.69 | 0.36 |
| Hex | 1D | 9C | 3A | 51 | 0 | 3F | 27 | 86 | 45 | 24 |
| Octal | 35 | 234 | 72 | 121 | 0 | 77 | 47 | 206 | 105 | 44 |
| Binary | 11101 | 10011100 | 111010 | 1010001 | 0 | 111111 | 100111 | 10000110 | 1000101 | 100100 |
Color Harmonies of #1D9C3A
Complementary color
Monochromatic Colors of #1D9C3A
Black with #1D9C3A
Text Example
Text Example
White with #1D9C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9C3A; }
p { color: rgb(29,156,58); }
H1.HeaderClassName
{
color: #1D9C3A;
}
.AnyTagClassName
{
color: #1D9C3A;
}
</style>
background-color css
<style>
a { background-color: #1D9C3A; }
a { background-color: rgb(29,156,58); }
div.DivClassName
{
background-color: #1D9C3A;
}
.BgClassName
{
background-color: #1D9C3A;
}
</style>
border-color css
<style>
span { border-color: #1D9C3A; }
span { border-color: rgb(29,156,58); }
td.TdClassName
{
border-color: #1D9C3A;
}
.TagClassName
{
border-color: #1D9C3A;
}
</style>