Shades of Forest Green #1B862B
Tints of Forest Green #1B862B
RGB
CMYK
RGB Variations
Color information
#1B862B (or 0x1B862B) is known color: Forest Green. HEX triplet: 1B, 86 and 2B. RGB value is (27,134,43). Sum of RGB (Red+Green+Blue) = 27+134+43=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 134 (52.73% from 255 or 65.69% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 134 - color contains mainly: green. Hex color #1B862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B862B is #E479D4. Grayscale: #5B5B5B. Windows color (decimal): -14973397 or 2852379. OLE color: 2852379.
HSL color Cylindrical-coordinate representation of color #1B862B: hue angle of 128.97º degrees, saturation: 0.66, 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 #1B862B is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 134 | 43 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.47 |
| HSL | 128.97º | 0.66% | 0.32% | - |
| HSV(B) | 128.97º | 0.8% | 0.53% | - |
| XYZ | 9.41 | 17.46 | 5.16 | - |
| YUV | 91.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 43 | 0.80 | 0 | 0.68 | 0.47 | 128.97 | 0.66 | 0.32 |
| Hex | 1B | 86 | 2B | 50 | 0 | 44 | 2F | 81 | 42 | 20 |
| Octal | 33 | 206 | 53 | 120 | 0 | 104 | 57 | 201 | 102 | 40 |
| Binary | 11011 | 10000110 | 101011 | 1010000 | 0 | 1000100 | 101111 | 10000001 | 1000010 | 100000 |
Color Harmonies of #1B862B
Complementary color
Monochromatic Colors of #1B862B
Black with #1B862B
Text Example
Text Example
White with #1B862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B862B; }
p { color: rgb(27,134,43); }
H1.HeaderClassName
{
color: #1B862B;
}
.AnyTagClassName
{
color: #1B862B;
}
</style>
background-color css
<style>
a { background-color: #1B862B; }
a { background-color: rgb(27,134,43); }
div.DivClassName
{
background-color: #1B862B;
}
.BgClassName
{
background-color: #1B862B;
}
</style>
border-color css
<style>
span { border-color: #1B862B; }
span { border-color: rgb(27,134,43); }
td.TdClassName
{
border-color: #1B862B;
}
.TagClassName
{
border-color: #1B862B;
}
</style>