Shades of Forest Green #1B8A1B
Tints of Forest Green #1B8A1B
RGB
CMYK
RGB Variations
Color information
#1B8A1B (or 0x1B8A1B) is known color: Forest Green. HEX triplet: 1B, 8A and 1B. RGB value is (27,138,27). Sum of RGB (Red+Green+Blue) = 27+138+27=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #1B8A1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8A1B is #E475E4. Grayscale: #5C5C5C. Windows color (decimal): -14972389 or 1804827. OLE color: 1804827.
HSL color Cylindrical-coordinate representation of color #1B8A1B: hue angle of 120º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B8A1B is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 138 | 27 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.46 |
| HSL | 120º | 0.67% | 0.32% | - |
| HSV(B) | 120º | 0.8% | 0.54% | - |
| XYZ | 9.74 | 18.49 | 4.09 | - |
| YUV | 92.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 27 | 0.80 | 0 | 0.80 | 0.46 | 120 | 0.67 | 0.32 |
| Hex | 1B | 8A | 1B | 50 | 0 | 50 | 2E | 78 | 43 | 20 |
| Octal | 33 | 212 | 33 | 120 | 0 | 120 | 56 | 170 | 103 | 40 |
| Binary | 11011 | 10001010 | 11011 | 1010000 | 0 | 1010000 | 101110 | 1111000 | 1000011 | 100000 |
Color Harmonies of #1B8A1B
Complementary color
Monochromatic Colors of #1B8A1B
Black with #1B8A1B
Text Example
Text Example
White with #1B8A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8A1B; }
p { color: rgb(27,138,27); }
H1.HeaderClassName
{
color: #1B8A1B;
}
.AnyTagClassName
{
color: #1B8A1B;
}
</style>
background-color css
<style>
a { background-color: #1B8A1B; }
a { background-color: rgb(27,138,27); }
div.DivClassName
{
background-color: #1B8A1B;
}
.BgClassName
{
background-color: #1B8A1B;
}
</style>
border-color css
<style>
span { border-color: #1B8A1B; }
span { border-color: rgb(27,138,27); }
td.TdClassName
{
border-color: #1B8A1B;
}
.TagClassName
{
border-color: #1B8A1B;
}
</style>