Shades of Forest Green #1B921C
Tints of Forest Green #1B921C
RGB
CMYK
RGB Variations
Color information
#1B921C (or 0x1B921C) is known color: Forest Green. HEX triplet: 1B, 92 and 1C. RGB value is (27,146,28). Sum of RGB (Red+Green+Blue) = 27+146+28=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 146 (57.42% from 255 or 72.64% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 146 - color contains mainly: green. Hex color #1B921C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B921C is #E46DE3. Grayscale: #616161. Windows color (decimal): -14970340 or 1872411. OLE color: 1872411.
HSL color Cylindrical-coordinate representation of color #1B921C: hue angle of 120.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B921C is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 27 | 146 | 28 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.43 |
| HSL | 120.5º | 0.69% | 0.34% | - |
| HSV(B) | 120.5º | 0.82% | 0.57% | - |
| XYZ | 10.94 | 20.87 | 4.55 | - |
| YUV | 96.97 | 89.08 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 146 | 28 | 0.82 | 0 | 0.81 | 0.43 | 120.5 | 0.69 | 0.34 |
| Hex | 1B | 92 | 1C | 52 | 0 | 51 | 2B | 79 | 45 | 22 |
| Octal | 33 | 222 | 34 | 122 | 0 | 121 | 53 | 171 | 105 | 42 |
| Binary | 11011 | 10010010 | 11100 | 1010010 | 0 | 1010001 | 101011 | 1111001 | 1000101 | 100010 |
Color Harmonies of #1B921C
Complementary color
Monochromatic Colors of #1B921C
Black with #1B921C
Text Example
Text Example
White with #1B921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B921C; }
p { color: rgb(27,146,28); }
H1.HeaderClassName
{
color: #1B921C;
}
.AnyTagClassName
{
color: #1B921C;
}
</style>
background-color css
<style>
a { background-color: #1B921C; }
a { background-color: rgb(27,146,28); }
div.DivClassName
{
background-color: #1B921C;
}
.BgClassName
{
background-color: #1B921C;
}
</style>
border-color css
<style>
span { border-color: #1B921C; }
span { border-color: rgb(27,146,28); }
td.TdClassName
{
border-color: #1B921C;
}
.TagClassName
{
border-color: #1B921C;
}
</style>