Shades of Forest Green #2C900D
Tints of Forest Green #2C900D
RGB
CMYK
RGB Variations
Color information
#2C900D (or 0x2C900D) is known color: Forest Green. HEX triplet: 2C, 90 and 0D. RGB value is (44,144,13). Sum of RGB (Red+Green+Blue) = 44+144+13=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #2C900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C900D is #D36FF2. Grayscale: #636363. Windows color (decimal): -13856755 or 888876. OLE color: 888876.
HSL color Cylindrical-coordinate representation of color #2C900D: hue angle of 105.8º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C900D is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 13 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.44 |
| HSL | 105.8º | 0.83% | 0.31% | - |
| HSV(B) | 105.8º | 0.91% | 0.56% | - |
| XYZ | 11.08 | 20.51 | 3.76 | - |
| YUV | 99.17 | 79.37 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 13 | 0.69 | 0 | 0.91 | 0.44 | 105.8 | 0.83 | 0.31 |
| Hex | 2C | 90 | D | 45 | 0 | 5B | 2C | 6A | 53 | 1F |
| Octal | 54 | 220 | 15 | 105 | 0 | 133 | 54 | 152 | 123 | 37 |
| Binary | 101100 | 10010000 | 1101 | 1000101 | 0 | 1011011 | 101100 | 1101010 | 1010011 | 11111 |
Color Harmonies of #2C900D
Complementary color
Monochromatic Colors of #2C900D
Black with #2C900D
Text Example
Text Example
White with #2C900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C900D; }
p { color: rgb(44,144,13); }
H1.HeaderClassName
{
color: #2C900D;
}
.AnyTagClassName
{
color: #2C900D;
}
</style>
background-color css
<style>
a { background-color: #2C900D; }
a { background-color: rgb(44,144,13); }
div.DivClassName
{
background-color: #2C900D;
}
.BgClassName
{
background-color: #2C900D;
}
</style>
border-color css
<style>
span { border-color: #2C900D; }
span { border-color: rgb(44,144,13); }
td.TdClassName
{
border-color: #2C900D;
}
.TagClassName
{
border-color: #2C900D;
}
</style>