Shades of Hunter Green #2D643C
Tints of Hunter Green #2D643C
RGB
CMYK
RGB Variations
Color information
#2D643C (or 0x2D643C) is known color: Hunter Green. HEX triplet: 2D, 64 and 3C. RGB value is (45,100,60). Sum of RGB (Red+Green+Blue) = 45+100+60=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #2D643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D643C is #D29BC3. Grayscale: #4F4F4F. Windows color (decimal): -13802436 or 3957805. OLE color: 3957805.
HSL color Cylindrical-coordinate representation of color #2D643C: hue angle of 136.36º 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 #2D643C is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 100 | 60 | - |
| CMYK | 0.55 | 0 | 0.4 | 0.61 |
| HSL | 136.36º | 0.38% | 0.28% | - |
| HSV(B) | 136.36º | 0.55% | 0.39% | - |
| XYZ | 6.45 | 10 | 5.86 | - |
| YUV | 79 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 60 | 0.55 | 0 | 0.4 | 0.61 | 136.36 | 0.38 | 0.28 |
| Hex | 2D | 64 | 3C | 37 | 0 | 28 | 3D | 88 | 26 | 1C |
| Octal | 55 | 144 | 74 | 67 | 0 | 50 | 75 | 210 | 46 | 34 |
| Binary | 101101 | 1100100 | 111100 | 110111 | 0 | 101000 | 111101 | 10001000 | 100110 | 11100 |
Color Harmonies of #2D643C
Complementary color
Monochromatic Colors of #2D643C
Black with #2D643C
Text Example
Text Example
White with #2D643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D643C; }
p { color: rgb(45,100,60); }
H1.HeaderClassName
{
color: #2D643C;
}
.AnyTagClassName
{
color: #2D643C;
}
</style>
background-color css
<style>
a { background-color: #2D643C; }
a { background-color: rgb(45,100,60); }
div.DivClassName
{
background-color: #2D643C;
}
.BgClassName
{
background-color: #2D643C;
}
</style>
border-color css
<style>
span { border-color: #2D643C; }
span { border-color: rgb(45,100,60); }
td.TdClassName
{
border-color: #2D643C;
}
.TagClassName
{
border-color: #2D643C;
}
</style>