Shades of Forest Green #2C9B1F
Tints of Forest Green #2C9B1F
RGB
CMYK
RGB Variations
Color information
#2C9B1F (or 0x2C9B1F) is known color: Forest Green. HEX triplet: 2C, 9B and 1F. RGB value is (44,155,31). Sum of RGB (Red+Green+Blue) = 44+155+31=230 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.13% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9B1F is #D364E0. Grayscale: #6C6C6C. Windows color (decimal): -13853921 or 2071340. OLE color: 2071340.
HSL color Cylindrical-coordinate representation of color #2C9B1F: hue angle of 113.71º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C9B1F is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 155 | 31 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.39 |
| HSL | 113.71º | 0.67% | 0.36% | - |
| HSV(B) | 113.71º | 0.8% | 0.61% | - |
| XYZ | 13.01 | 24.08 | 5.26 | - |
| YUV | 107.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 31 | 0.72 | 0 | 0.8 | 0.39 | 113.71 | 0.67 | 0.36 |
| Hex | 2C | 9B | 1F | 48 | 0 | 50 | 27 | 72 | 43 | 24 |
| Octal | 54 | 233 | 37 | 110 | 0 | 120 | 47 | 162 | 103 | 44 |
| Binary | 101100 | 10011011 | 11111 | 1001000 | 0 | 1010000 | 100111 | 1110010 | 1000011 | 100100 |
Color Harmonies of #2C9B1F
Complementary color
Monochromatic Colors of #2C9B1F
Black with #2C9B1F
Text Example
Text Example
White with #2C9B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9B1F; }
p { color: rgb(44,155,31); }
H1.HeaderClassName
{
color: #2C9B1F;
}
.AnyTagClassName
{
color: #2C9B1F;
}
</style>
background-color css
<style>
a { background-color: #2C9B1F; }
a { background-color: rgb(44,155,31); }
div.DivClassName
{
background-color: #2C9B1F;
}
.BgClassName
{
background-color: #2C9B1F;
}
</style>
border-color css
<style>
span { border-color: #2C9B1F; }
span { border-color: rgb(44,155,31); }
td.TdClassName
{
border-color: #2C9B1F;
}
.TagClassName
{
border-color: #2C9B1F;
}
</style>