Shades of Forest Green #1B7825
Tints of Forest Green #1B7825
RGB
CMYK
RGB Variations
Color information
#1B7825 (or 0x1B7825) is known color: Forest Green. HEX triplet: 1B, 78 and 25. RGB value is (27,120,37). Sum of RGB (Red+Green+Blue) = 27+120+37=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #1B7825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7825 is #E487DA. Grayscale: #525252. Windows color (decimal): -14976987 or 2455579. OLE color: 2455579.
HSL color Cylindrical-coordinate representation of color #1B7825: hue angle of 126.45º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7825 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 120 | 37 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.53 |
| HSL | 126.45º | 0.63% | 0.29% | - |
| HSV(B) | 126.45º | 0.78% | 0.47% | - |
| XYZ | 7.5 | 13.8 | 4.02 | - |
| YUV | 82.73 | 102.19 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 37 | 0.78 | 0 | 0.69 | 0.53 | 126.45 | 0.63 | 0.29 |
| Hex | 1B | 78 | 25 | 4E | 0 | 45 | 35 | 7E | 3F | 1D |
| Octal | 33 | 170 | 45 | 116 | 0 | 105 | 65 | 176 | 77 | 35 |
| Binary | 11011 | 1111000 | 100101 | 1001110 | 0 | 1000101 | 110101 | 1111110 | 111111 | 11101 |
Color Harmonies of #1B7825
Complementary color
Monochromatic Colors of #1B7825
Black with #1B7825
Text Example
Text Example
White with #1B7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7825; }
p { color: rgb(27,120,37); }
H1.HeaderClassName
{
color: #1B7825;
}
.AnyTagClassName
{
color: #1B7825;
}
</style>
background-color css
<style>
a { background-color: #1B7825; }
a { background-color: rgb(27,120,37); }
div.DivClassName
{
background-color: #1B7825;
}
.BgClassName
{
background-color: #1B7825;
}
</style>
border-color css
<style>
span { border-color: #1B7825; }
span { border-color: rgb(27,120,37); }
td.TdClassName
{
border-color: #1B7825;
}
.TagClassName
{
border-color: #1B7825;
}
</style>