Shades of Forest Green #1B943C
Tints of Forest Green #1B943C
RGB
CMYK
RGB Variations
Color information
#1B943C (or 0x1B943C) is known color: Forest Green. HEX triplet: 1B, 94 and 3C. RGB value is (27,148,60). Sum of RGB (Red+Green+Blue) = 27+148+60=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #1B943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B943C is #E46BC3. Grayscale: #666666. Windows color (decimal): -14969796 or 3970075. OLE color: 3970075.
HSL color Cylindrical-coordinate representation of color #1B943C: hue angle of 136.36º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B943C is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 60 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.42 |
| HSL | 136.36º | 0.69% | 0.34% | - |
| HSV(B) | 136.36º | 0.82% | 0.58% | - |
| XYZ | 11.86 | 21.74 | 7.85 | - |
| YUV | 101.79 | 104.41 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 60 | 0.82 | 0 | 0.59 | 0.42 | 136.36 | 0.69 | 0.34 |
| Hex | 1B | 94 | 3C | 52 | 0 | 3B | 2A | 88 | 45 | 22 |
| Octal | 33 | 224 | 74 | 122 | 0 | 73 | 52 | 210 | 105 | 42 |
| Binary | 11011 | 10010100 | 111100 | 1010010 | 0 | 111011 | 101010 | 10001000 | 1000101 | 100010 |
Color Harmonies of #1B943C
Complementary color
Monochromatic Colors of #1B943C
Black with #1B943C
Text Example
Text Example
White with #1B943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B943C; }
p { color: rgb(27,148,60); }
H1.HeaderClassName
{
color: #1B943C;
}
.AnyTagClassName
{
color: #1B943C;
}
</style>
background-color css
<style>
a { background-color: #1B943C; }
a { background-color: rgb(27,148,60); }
div.DivClassName
{
background-color: #1B943C;
}
.BgClassName
{
background-color: #1B943C;
}
</style>
border-color css
<style>
span { border-color: #1B943C; }
span { border-color: rgb(27,148,60); }
td.TdClassName
{
border-color: #1B943C;
}
.TagClassName
{
border-color: #1B943C;
}
</style>