Shades of Forest Green #1B942A
Tints of Forest Green #1B942A
RGB
CMYK
RGB Variations
Color information
#1B942A (or 0x1B942A) is known color: Forest Green. HEX triplet: 1B, 94 and 2A. RGB value is (27,148,42). Sum of RGB (Red+Green+Blue) = 27+148+42=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #1B942A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B942A is #E46BD5. Grayscale: #646464. Windows color (decimal): -14969814 or 2790427. OLE color: 2790427.
HSL color Cylindrical-coordinate representation of color #1B942A: hue angle of 127.44º 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 #1B942A is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 148 | 42 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.42 |
| HSL | 127.44º | 0.69% | 0.34% | - |
| HSV(B) | 127.44º | 0.82% | 0.58% | - |
| XYZ | 11.46 | 21.58 | 5.75 | - |
| YUV | 99.74 | 95.41 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 148 | 42 | 0.82 | 0 | 0.72 | 0.42 | 127.44 | 0.69 | 0.34 |
| Hex | 1B | 94 | 2A | 52 | 0 | 48 | 2A | 7F | 45 | 22 |
| Octal | 33 | 224 | 52 | 122 | 0 | 110 | 52 | 177 | 105 | 42 |
| Binary | 11011 | 10010100 | 101010 | 1010010 | 0 | 1001000 | 101010 | 1111111 | 1000101 | 100010 |
Color Harmonies of #1B942A
Complementary color
Monochromatic Colors of #1B942A
Black with #1B942A
Text Example
Text Example
White with #1B942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B942A; }
p { color: rgb(27,148,42); }
H1.HeaderClassName
{
color: #1B942A;
}
.AnyTagClassName
{
color: #1B942A;
}
</style>
background-color css
<style>
a { background-color: #1B942A; }
a { background-color: rgb(27,148,42); }
div.DivClassName
{
background-color: #1B942A;
}
.BgClassName
{
background-color: #1B942A;
}
</style>
border-color css
<style>
span { border-color: #1B942A; }
span { border-color: rgb(27,148,42); }
td.TdClassName
{
border-color: #1B942A;
}
.TagClassName
{
border-color: #1B942A;
}
</style>