Shades of Forest Green #1B971C
Tints of Forest Green #1B971C
RGB
CMYK
RGB Variations
Color information
#1B971C (or 0x1B971C) is known color: Forest Green. HEX triplet: 1B, 97 and 1C. RGB value is (27,151,28). Sum of RGB (Red+Green+Blue) = 27+151+28=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 151 (59.38% from 255 or 73.30% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 151 - color contains mainly: green. Hex color #1B971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B971C is #E468E3. Grayscale: #646464. Windows color (decimal): -14969060 or 1873691. OLE color: 1873691.
HSL color Cylindrical-coordinate representation of color #1B971C: hue angle of 120.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B971C is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 151 | 28 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.41 |
| HSL | 120.48º | 0.7% | 0.35% | - |
| HSV(B) | 120.48º | 0.82% | 0.59% | - |
| XYZ | 11.73 | 22.45 | 4.81 | - |
| YUV | 99.9 | 87.42 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 151 | 28 | 0.82 | 0 | 0.81 | 0.41 | 120.48 | 0.7 | 0.35 |
| Hex | 1B | 97 | 1C | 52 | 0 | 51 | 29 | 78 | 46 | 23 |
| Octal | 33 | 227 | 34 | 122 | 0 | 121 | 51 | 170 | 106 | 43 |
| Binary | 11011 | 10010111 | 11100 | 1010010 | 0 | 1010001 | 101001 | 1111000 | 1000110 | 100011 |
Color Harmonies of #1B971C
Complementary color
Monochromatic Colors of #1B971C
Black with #1B971C
Text Example
Text Example
White with #1B971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B971C; }
p { color: rgb(27,151,28); }
H1.HeaderClassName
{
color: #1B971C;
}
.AnyTagClassName
{
color: #1B971C;
}
</style>
background-color css
<style>
a { background-color: #1B971C; }
a { background-color: rgb(27,151,28); }
div.DivClassName
{
background-color: #1B971C;
}
.BgClassName
{
background-color: #1B971C;
}
</style>
border-color css
<style>
span { border-color: #1B971C; }
span { border-color: rgb(27,151,28); }
td.TdClassName
{
border-color: #1B971C;
}
.TagClassName
{
border-color: #1B971C;
}
</style>