Shades of Forest Green #1B943B
Tints of Forest Green #1B943B
RGB
CMYK
RGB Variations
Color information
#1B943B (or 0x1B943B) is known color: Forest Green. HEX triplet: 1B, 94 and 3B. RGB value is (27,148,59). Sum of RGB (Red+Green+Blue) = 27+148+59=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #1B943B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B943B is #E46BC4. Grayscale: #656565. Windows color (decimal): -14969797 or 3904539. OLE color: 3904539.
HSL color Cylindrical-coordinate representation of color #1B943B: hue angle of 135.87º 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 #1B943B is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 59 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.42 |
| HSL | 135.87º | 0.69% | 0.34% | - |
| HSV(B) | 135.87º | 0.82% | 0.58% | - |
| XYZ | 11.83 | 21.73 | 7.71 | - |
| YUV | 101.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 59 | 0.82 | 0 | 0.60 | 0.42 | 135.87 | 0.69 | 0.34 |
| Hex | 1B | 94 | 3B | 52 | 0 | 3C | 2A | 88 | 45 | 22 |
| Octal | 33 | 224 | 73 | 122 | 0 | 74 | 52 | 210 | 105 | 42 |
| Binary | 11011 | 10010100 | 111011 | 1010010 | 0 | 111100 | 101010 | 10001000 | 1000101 | 100010 |
Color Harmonies of #1B943B
Complementary color
Monochromatic Colors of #1B943B
Black with #1B943B
Text Example
Text Example
White with #1B943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B943B; }
p { color: rgb(27,148,59); }
H1.HeaderClassName
{
color: #1B943B;
}
.AnyTagClassName
{
color: #1B943B;
}
</style>
background-color css
<style>
a { background-color: #1B943B; }
a { background-color: rgb(27,148,59); }
div.DivClassName
{
background-color: #1B943B;
}
.BgClassName
{
background-color: #1B943B;
}
</style>
border-color css
<style>
span { border-color: #1B943B; }
span { border-color: rgb(27,148,59); }
td.TdClassName
{
border-color: #1B943B;
}
.TagClassName
{
border-color: #1B943B;
}
</style>