Shades of Forest Green #1BB01B
Tints of Forest Green #1BB01B
RGB
CMYK
RGB Variations
Color information
#1BB01B (or 0x1BB01B) is known color: Forest Green. HEX triplet: 1B, B0 and 1B. RGB value is (27,176,27). Sum of RGB (Red+Green+Blue) = 27+176+27=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 176 (69.14% from 255 or 76.52% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB01B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BB01B is #E44FE4. Grayscale: #727272. Windows color (decimal): -14962661 or 1814555. OLE color: 1814555.
HSL color Cylindrical-coordinate representation of color #1BB01B: hue angle of 120º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB01B is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 176 | 27 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.31 |
| HSL | 120º | 0.73% | 0.4% | - |
| HSV(B) | 120º | 0.85% | 0.69% | - |
| XYZ | 16.18 | 31.36 | 6.24 | - |
| YUV | 114.46 | 78.64 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 176 | 27 | 0.85 | 0 | 0.85 | 0.31 | 120 | 0.73 | 0.4 |
| Hex | 1B | B0 | 1B | 55 | 0 | 55 | 1F | 78 | 49 | 28 |
| Octal | 33 | 260 | 33 | 125 | 0 | 125 | 37 | 170 | 111 | 50 |
| Binary | 11011 | 10110000 | 11011 | 1010101 | 0 | 1010101 | 11111 | 1111000 | 1001001 | 101000 |
Color Harmonies of #1BB01B
Complementary color
Monochromatic Colors of #1BB01B
Black with #1BB01B
Text Example
Text Example
White with #1BB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB01B; }
p { color: rgb(27,176,27); }
H1.HeaderClassName
{
color: #1BB01B;
}
.AnyTagClassName
{
color: #1BB01B;
}
</style>
background-color css
<style>
a { background-color: #1BB01B; }
a { background-color: rgb(27,176,27); }
div.DivClassName
{
background-color: #1BB01B;
}
.BgClassName
{
background-color: #1BB01B;
}
</style>
border-color css
<style>
span { border-color: #1BB01B; }
span { border-color: rgb(27,176,27); }
td.TdClassName
{
border-color: #1BB01B;
}
.TagClassName
{
border-color: #1BB01B;
}
</style>