Shades of Forest Green #1B871C
Tints of Forest Green #1B871C
RGB
CMYK
RGB Variations
Color information
#1B871C (or 0x1B871C) is known color: Forest Green. HEX triplet: 1B, 87 and 1C. RGB value is (27,135,28). Sum of RGB (Red+Green+Blue) = 27+135+28=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #1B871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B871C is #E478E3. Grayscale: #5A5A5A. Windows color (decimal): -14973156 or 1869595. OLE color: 1869595.
HSL color Cylindrical-coordinate representation of color #1B871C: hue angle of 120.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 #1B871C is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 135 | 28 | - |
| CMYK | 0.8 | 0 | 0.79 | 0.47 |
| HSL | 120.56º | 0.67% | 0.32% | - |
| HSV(B) | 120.56º | 0.8% | 0.53% | - |
| XYZ | 9.33 | 17.64 | 4.01 | - |
| YUV | 90.51 | 92.72 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 135 | 28 | 0.8 | 0 | 0.79 | 0.47 | 120.56 | 0.67 | 0.32 |
| Hex | 1B | 87 | 1C | 50 | 0 | 4F | 2F | 79 | 43 | 20 |
| Octal | 33 | 207 | 34 | 120 | 0 | 117 | 57 | 171 | 103 | 40 |
| Binary | 11011 | 10000111 | 11100 | 1010000 | 0 | 1001111 | 101111 | 1111001 | 1000011 | 100000 |
Color Harmonies of #1B871C
Complementary color
Monochromatic Colors of #1B871C
Black with #1B871C
Text Example
Text Example
White with #1B871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B871C; }
p { color: rgb(27,135,28); }
H1.HeaderClassName
{
color: #1B871C;
}
.AnyTagClassName
{
color: #1B871C;
}
</style>
background-color css
<style>
a { background-color: #1B871C; }
a { background-color: rgb(27,135,28); }
div.DivClassName
{
background-color: #1B871C;
}
.BgClassName
{
background-color: #1B871C;
}
</style>
border-color css
<style>
span { border-color: #1B871C; }
span { border-color: rgb(27,135,28); }
td.TdClassName
{
border-color: #1B871C;
}
.TagClassName
{
border-color: #1B871C;
}
</style>