Shades of Hunter Green #2D633A
Tints of Hunter Green #2D633A
RGB
CMYK
RGB Variations
Color information
#2D633A (or 0x2D633A) is known color: Hunter Green. HEX triplet: 2D, 63 and 3A. RGB value is (45,99,58). Sum of RGB (Red+Green+Blue) = 45+99+58=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #2D633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D633A is #D29CC5. Grayscale: #4E4E4E. Windows color (decimal): -13802694 or 3826477. OLE color: 3826477.
HSL color Cylindrical-coordinate representation of color #2D633A: hue angle of 134.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D633A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 58 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.61 |
| HSL | 134.44º | 0.38% | 0.28% | - |
| HSV(B) | 134.44º | 0.55% | 0.39% | - |
| XYZ | 6.31 | 9.79 | 5.56 | - |
| YUV | 78.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 58 | 0.55 | 0 | 0.41 | 0.61 | 134.44 | 0.38 | 0.28 |
| Hex | 2D | 63 | 3A | 37 | 0 | 29 | 3D | 86 | 26 | 1C |
| Octal | 55 | 143 | 72 | 67 | 0 | 51 | 75 | 206 | 46 | 34 |
| Binary | 101101 | 1100011 | 111010 | 110111 | 0 | 101001 | 111101 | 10000110 | 100110 | 11100 |
Color Harmonies of #2D633A
Complementary color
Monochromatic Colors of #2D633A
Black with #2D633A
Text Example
Text Example
White with #2D633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D633A; }
p { color: rgb(45,99,58); }
H1.HeaderClassName
{
color: #2D633A;
}
.AnyTagClassName
{
color: #2D633A;
}
</style>
background-color css
<style>
a { background-color: #2D633A; }
a { background-color: rgb(45,99,58); }
div.DivClassName
{
background-color: #2D633A;
}
.BgClassName
{
background-color: #2D633A;
}
</style>
border-color css
<style>
span { border-color: #2D633A; }
span { border-color: rgb(45,99,58); }
td.TdClassName
{
border-color: #2D633A;
}
.TagClassName
{
border-color: #2D633A;
}
</style>