Shades of Forest Green #1B973C
Tints of Forest Green #1B973C
RGB
CMYK
RGB Variations
Color information
#1B973C (or 0x1B973C) is known color: Forest Green. HEX triplet: 1B, 97 and 3C. RGB value is (27,151,60). Sum of RGB (Red+Green+Blue) = 27+151+60=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 151 (59.38% from 255 or 63.45% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 151 - color contains mainly: green. Hex color #1B973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B973C is #E468C3. Grayscale: #676767. Windows color (decimal): -14969028 or 3970843. OLE color: 3970843.
HSL color Cylindrical-coordinate representation of color #1B973C: hue angle of 135.97º 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 #1B973C is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 151 | 60 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.41 |
| HSL | 135.97º | 0.7% | 0.35% | - |
| HSV(B) | 135.97º | 0.82% | 0.59% | - |
| XYZ | 12.33 | 22.69 | 8 | - |
| YUV | 103.55 | 103.42 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 151 | 60 | 0.82 | 0 | 0.60 | 0.41 | 135.97 | 0.7 | 0.35 |
| Hex | 1B | 97 | 3C | 52 | 0 | 3C | 29 | 88 | 46 | 23 |
| Octal | 33 | 227 | 74 | 122 | 0 | 74 | 51 | 210 | 106 | 43 |
| Binary | 11011 | 10010111 | 111100 | 1010010 | 0 | 111100 | 101001 | 10001000 | 1000110 | 100011 |
Color Harmonies of #1B973C
Complementary color
Monochromatic Colors of #1B973C
Black with #1B973C
Text Example
Text Example
White with #1B973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B973C; }
p { color: rgb(27,151,60); }
H1.HeaderClassName
{
color: #1B973C;
}
.AnyTagClassName
{
color: #1B973C;
}
</style>
background-color css
<style>
a { background-color: #1B973C; }
a { background-color: rgb(27,151,60); }
div.DivClassName
{
background-color: #1B973C;
}
.BgClassName
{
background-color: #1B973C;
}
</style>
border-color css
<style>
span { border-color: #1B973C; }
span { border-color: rgb(27,151,60); }
td.TdClassName
{
border-color: #1B973C;
}
.TagClassName
{
border-color: #1B973C;
}
</style>