Shades of Forest Green #1B8725
Tints of Forest Green #1B8725
RGB
CMYK
RGB Variations
Color information
#1B8725 (or 0x1B8725) is known color: Forest Green. HEX triplet: 1B, 87 and 25. RGB value is (27,135,37). Sum of RGB (Red+Green+Blue) = 27+135+37=199 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.57% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #1B8725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8725 is #E478DA. Grayscale: #5B5B5B. Windows color (decimal): -14973147 or 2459419. OLE color: 2459419.
HSL color Cylindrical-coordinate representation of color #1B8725: hue angle of 125.56º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8725 is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 135 | 37 | - |
| CMYK | 0.8 | 0 | 0.73 | 0.47 |
| HSL | 125.56º | 0.67% | 0.32% | - |
| HSV(B) | 125.56º | 0.8% | 0.53% | - |
| XYZ | 9.45 | 17.69 | 4.67 | - |
| YUV | 91.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 37 | 0.8 | 0 | 0.73 | 0.47 | 125.56 | 0.67 | 0.32 |
| Hex | 1B | 87 | 25 | 50 | 0 | 49 | 2F | 7E | 43 | 20 |
| Octal | 33 | 207 | 45 | 120 | 0 | 111 | 57 | 176 | 103 | 40 |
| Binary | 11011 | 10000111 | 100101 | 1010000 | 0 | 1001001 | 101111 | 1111110 | 1000011 | 100000 |
Color Harmonies of #1B8725
Complementary color
Monochromatic Colors of #1B8725
Black with #1B8725
Text Example
Text Example
White with #1B8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8725; }
p { color: rgb(27,135,37); }
H1.HeaderClassName
{
color: #1B8725;
}
.AnyTagClassName
{
color: #1B8725;
}
</style>
background-color css
<style>
a { background-color: #1B8725; }
a { background-color: rgb(27,135,37); }
div.DivClassName
{
background-color: #1B8725;
}
.BgClassName
{
background-color: #1B8725;
}
</style>
border-color css
<style>
span { border-color: #1B8725; }
span { border-color: rgb(27,135,37); }
td.TdClassName
{
border-color: #1B8725;
}
.TagClassName
{
border-color: #1B8725;
}
</style>