Shades of Forest Green #1D761B
Tints of Forest Green #1D761B
RGB
CMYK
RGB Variations
Color information
#1D761B (or 0x1D761B) is known color: Forest Green. HEX triplet: 1D, 76 and 1B. RGB value is (29,118,27). Sum of RGB (Red+Green+Blue) = 29+118+27=174 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.67% from 174); Green value is 118 (46.48% from 255 or 67.82% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 118 - color contains mainly: green. Hex color #1D761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D761B is #E289E4. Grayscale: #515151. Windows color (decimal): -14846437 or 1799709. OLE color: 1799709.
HSL color Cylindrical-coordinate representation of color #1D761B: hue angle of 118.68º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D761B is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 27 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.54 |
| HSL | 118.68º | 0.63% | 0.28% | - |
| HSV(B) | 118.68º | 0.77% | 0.46% | - |
| XYZ | 7.18 | 13.3 | 3.22 | - |
| YUV | 81.02 | 97.51 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 27 | 0.75 | 0 | 0.77 | 0.54 | 118.68 | 0.63 | 0.28 |
| Hex | 1D | 76 | 1B | 4B | 0 | 4D | 36 | 77 | 3F | 1C |
| Octal | 35 | 166 | 33 | 113 | 0 | 115 | 66 | 167 | 77 | 34 |
| Binary | 11101 | 1110110 | 11011 | 1001011 | 0 | 1001101 | 110110 | 1110111 | 111111 | 11100 |
Color Harmonies of #1D761B
Complementary color
Monochromatic Colors of #1D761B
Black with #1D761B
Text Example
Text Example
White with #1D761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D761B; }
p { color: rgb(29,118,27); }
H1.HeaderClassName
{
color: #1D761B;
}
.AnyTagClassName
{
color: #1D761B;
}
</style>
background-color css
<style>
a { background-color: #1D761B; }
a { background-color: rgb(29,118,27); }
div.DivClassName
{
background-color: #1D761B;
}
.BgClassName
{
background-color: #1D761B;
}
</style>
border-color css
<style>
span { border-color: #1D761B; }
span { border-color: rgb(29,118,27); }
td.TdClassName
{
border-color: #1D761B;
}
.TagClassName
{
border-color: #1D761B;
}
</style>