Shades of Hunter Green #2C613B
Tints of Hunter Green #2C613B
RGB
CMYK
RGB Variations
Color information
#2C613B (or 0x2C613B) is known color: Hunter Green. HEX triplet: 2C, 61 and 3B. RGB value is (44,97,59). Sum of RGB (Red+Green+Blue) = 44+97+59=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #2C613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C613B is #D39EC4. Grayscale: #4C4C4C. Windows color (decimal): -13868741 or 3891500. OLE color: 3891500.
HSL color Cylindrical-coordinate representation of color #2C613B: hue angle of 136.98º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C613B is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 97 | 59 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.62 |
| HSL | 136.98º | 0.38% | 0.28% | - |
| HSV(B) | 136.98º | 0.55% | 0.38% | - |
| XYZ | 6.1 | 9.4 | 5.63 | - |
| YUV | 76.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 59 | 0.55 | 0 | 0.39 | 0.62 | 136.98 | 0.38 | 0.28 |
| Hex | 2C | 61 | 3B | 37 | 0 | 27 | 3E | 89 | 26 | 1C |
| Octal | 54 | 141 | 73 | 67 | 0 | 47 | 76 | 211 | 46 | 34 |
| Binary | 101100 | 1100001 | 111011 | 110111 | 0 | 100111 | 111110 | 10001001 | 100110 | 11100 |
Color Harmonies of #2C613B
Complementary color
Monochromatic Colors of #2C613B
Black with #2C613B
Text Example
Text Example
White with #2C613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C613B; }
p { color: rgb(44,97,59); }
H1.HeaderClassName
{
color: #2C613B;
}
.AnyTagClassName
{
color: #2C613B;
}
</style>
background-color css
<style>
a { background-color: #2C613B; }
a { background-color: rgb(44,97,59); }
div.DivClassName
{
background-color: #2C613B;
}
.BgClassName
{
background-color: #2C613B;
}
</style>
border-color css
<style>
span { border-color: #2C613B; }
span { border-color: rgb(44,97,59); }
td.TdClassName
{
border-color: #2C613B;
}
.TagClassName
{
border-color: #2C613B;
}
</style>