Shades of Forest Green #1B8B1C
Tints of Forest Green #1B8B1C
RGB
CMYK
RGB Variations
Color information
#1B8B1C (or 0x1B8B1C) is known color: Forest Green. HEX triplet: 1B, 8B and 1C. RGB value is (27,139,28). Sum of RGB (Red+Green+Blue) = 27+139+28=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 139 (54.69% from 255 or 71.65% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 139 - color contains mainly: green. Hex color #1B8B1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8B1C is #E474E3. Grayscale: #5D5D5D. Windows color (decimal): -14972132 or 1870619. OLE color: 1870619.
HSL color Cylindrical-coordinate representation of color #1B8B1C: hue angle of 120.54º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B8B1C is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 139 | 28 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.45 |
| HSL | 120.54º | 0.67% | 0.33% | - |
| HSV(B) | 120.54º | 0.81% | 0.55% | - |
| XYZ | 9.89 | 18.78 | 4.2 | - |
| YUV | 92.86 | 91.39 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 28 | 0.81 | 0 | 0.80 | 0.45 | 120.54 | 0.67 | 0.33 |
| Hex | 1B | 8B | 1C | 51 | 0 | 50 | 2D | 79 | 43 | 21 |
| Octal | 33 | 213 | 34 | 121 | 0 | 120 | 55 | 171 | 103 | 41 |
| Binary | 11011 | 10001011 | 11100 | 1010001 | 0 | 1010000 | 101101 | 1111001 | 1000011 | 100001 |
Color Harmonies of #1B8B1C
Complementary color
Monochromatic Colors of #1B8B1C
Black with #1B8B1C
Text Example
Text Example
White with #1B8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8B1C; }
p { color: rgb(27,139,28); }
H1.HeaderClassName
{
color: #1B8B1C;
}
.AnyTagClassName
{
color: #1B8B1C;
}
</style>
background-color css
<style>
a { background-color: #1B8B1C; }
a { background-color: rgb(27,139,28); }
div.DivClassName
{
background-color: #1B8B1C;
}
.BgClassName
{
background-color: #1B8B1C;
}
</style>
border-color css
<style>
span { border-color: #1B8B1C; }
span { border-color: rgb(27,139,28); }
td.TdClassName
{
border-color: #1B8B1C;
}
.TagClassName
{
border-color: #1B8B1C;
}
</style>