Shades of Forest Green #2CAC1B
Tints of Forest Green #2CAC1B
RGB
CMYK
RGB Variations
Color information
#2CAC1B (or 0x2CAC1B) is known color: Forest Green. HEX triplet: 2C, AC and 1B. RGB value is (44,172,27). Sum of RGB (Red+Green+Blue) = 44+172+27=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAC1B is #D353E4. Grayscale: #757575. Windows color (decimal): -13849573 or 1813548. OLE color: 1813548.
HSL color Cylindrical-coordinate representation of color #2CAC1B: hue angle of 112.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CAC1B is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 27 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.33 |
| HSL | 112.97º | 0.73% | 0.39% | - |
| HSV(B) | 112.97º | 0.84% | 0.67% | - |
| XYZ | 15.99 | 30.12 | 6.01 | - |
| YUV | 117.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 27 | 0.74 | 0 | 0.84 | 0.33 | 112.97 | 0.73 | 0.39 |
| Hex | 2C | AC | 1B | 4A | 0 | 54 | 21 | 71 | 49 | 27 |
| Octal | 54 | 254 | 33 | 112 | 0 | 124 | 41 | 161 | 111 | 47 |
| Binary | 101100 | 10101100 | 11011 | 1001010 | 0 | 1010100 | 100001 | 1110001 | 1001001 | 100111 |
Color Harmonies of #2CAC1B
Complementary color
Monochromatic Colors of #2CAC1B
Black with #2CAC1B
Text Example
Text Example
White with #2CAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC1B; }
p { color: rgb(44,172,27); }
H1.HeaderClassName
{
color: #2CAC1B;
}
.AnyTagClassName
{
color: #2CAC1B;
}
</style>
background-color css
<style>
a { background-color: #2CAC1B; }
a { background-color: rgb(44,172,27); }
div.DivClassName
{
background-color: #2CAC1B;
}
.BgClassName
{
background-color: #2CAC1B;
}
</style>
border-color css
<style>
span { border-color: #2CAC1B; }
span { border-color: rgb(44,172,27); }
td.TdClassName
{
border-color: #2CAC1B;
}
.TagClassName
{
border-color: #2CAC1B;
}
</style>