Shades of Hunter Green #2D633C
Tints of Hunter Green #2D633C
RGB
CMYK
RGB Variations
Color information
#2D633C (or 0x2D633C) is known color: Hunter Green. HEX triplet: 2D, 63 and 3C. RGB value is (45,99,60). Sum of RGB (Red+Green+Blue) = 45+99+60=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #2D633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D633C is #D29CC3. Grayscale: #4E4E4E. Windows color (decimal): -13802692 or 3957549. OLE color: 3957549.
HSL color Cylindrical-coordinate representation of color #2D633C: hue angle of 136.67º 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 #2D633C is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 60 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.61 |
| HSL | 136.67º | 0.38% | 0.28% | - |
| HSV(B) | 136.67º | 0.55% | 0.39% | - |
| XYZ | 6.36 | 9.81 | 5.83 | - |
| YUV | 78.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 60 | 0.55 | 0 | 0.39 | 0.61 | 136.67 | 0.38 | 0.28 |
| Hex | 2D | 63 | 3C | 37 | 0 | 27 | 3D | 89 | 26 | 1C |
| Octal | 55 | 143 | 74 | 67 | 0 | 47 | 75 | 211 | 46 | 34 |
| Binary | 101101 | 1100011 | 111100 | 110111 | 0 | 100111 | 111101 | 10001001 | 100110 | 11100 |
Color Harmonies of #2D633C
Complementary color
Monochromatic Colors of #2D633C
Black with #2D633C
Text Example
Text Example
White with #2D633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D633C; }
p { color: rgb(45,99,60); }
H1.HeaderClassName
{
color: #2D633C;
}
.AnyTagClassName
{
color: #2D633C;
}
</style>
background-color css
<style>
a { background-color: #2D633C; }
a { background-color: rgb(45,99,60); }
div.DivClassName
{
background-color: #2D633C;
}
.BgClassName
{
background-color: #2D633C;
}
</style>
border-color css
<style>
span { border-color: #2D633C; }
span { border-color: rgb(45,99,60); }
td.TdClassName
{
border-color: #2D633C;
}
.TagClassName
{
border-color: #2D633C;
}
</style>