Shades of Forest Green #1D7C2B
Tints of Forest Green #1D7C2B
RGB
CMYK
RGB Variations
Color information
#1D7C2B (or 0x1D7C2B) is known color: Forest Green. HEX triplet: 1D, 7C and 2B. RGB value is (29,124,43). Sum of RGB (Red+Green+Blue) = 29+124+43=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7C2B is #E283D4. Grayscale: #565656. Windows color (decimal): -14844885 or 2849821. OLE color: 2849821.
HSL color Cylindrical-coordinate representation of color #1D7C2B: hue angle of 128.84º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7C2B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 124 | 43 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.51 |
| HSL | 128.84º | 0.62% | 0.3% | - |
| HSV(B) | 128.84º | 0.77% | 0.49% | - |
| XYZ | 8.15 | 14.85 | 4.72 | - |
| YUV | 86.36 | 103.53 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 124 | 43 | 0.77 | 0 | 0.65 | 0.51 | 128.84 | 0.62 | 0.3 |
| Hex | 1D | 7C | 2B | 4D | 0 | 41 | 33 | 81 | 3E | 1E |
| Octal | 35 | 174 | 53 | 115 | 0 | 101 | 63 | 201 | 76 | 36 |
| Binary | 11101 | 1111100 | 101011 | 1001101 | 0 | 1000001 | 110011 | 10000001 | 111110 | 11110 |
Color Harmonies of #1D7C2B
Complementary color
Monochromatic Colors of #1D7C2B
Black with #1D7C2B
Text Example
Text Example
White with #1D7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7C2B; }
p { color: rgb(29,124,43); }
H1.HeaderClassName
{
color: #1D7C2B;
}
.AnyTagClassName
{
color: #1D7C2B;
}
</style>
background-color css
<style>
a { background-color: #1D7C2B; }
a { background-color: rgb(29,124,43); }
div.DivClassName
{
background-color: #1D7C2B;
}
.BgClassName
{
background-color: #1D7C2B;
}
</style>
border-color css
<style>
span { border-color: #1D7C2B; }
span { border-color: rgb(29,124,43); }
td.TdClassName
{
border-color: #1D7C2B;
}
.TagClassName
{
border-color: #1D7C2B;
}
</style>