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