Shades of Hunter Green #2D6339
Tints of Hunter Green #2D6339
RGB
CMYK
RGB Variations
Color information
#2D6339 (or 0x2D6339) is known color: Hunter Green. HEX triplet: 2D, 63 and 39. RGB value is (45,99,57). Sum of RGB (Red+Green+Blue) = 45+99+57=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6339 is #D29CC6. Grayscale: #4E4E4E. Windows color (decimal): -13802695 or 3760941. OLE color: 3760941.
HSL color Cylindrical-coordinate representation of color #2D6339: hue angle of 133.33º 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 #2D6339 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 99 | 57 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.61 |
| HSL | 133.33º | 0.38% | 0.28% | - |
| HSV(B) | 133.33º | 0.55% | 0.39% | - |
| XYZ | 6.28 | 9.78 | 5.43 | - |
| YUV | 78.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 57 | 0.55 | 0 | 0.42 | 0.61 | 133.33 | 0.38 | 0.28 |
| Hex | 2D | 63 | 39 | 37 | 0 | 2A | 3D | 85 | 26 | 1C |
| Octal | 55 | 143 | 71 | 67 | 0 | 52 | 75 | 205 | 46 | 34 |
| Binary | 101101 | 1100011 | 111001 | 110111 | 0 | 101010 | 111101 | 10000101 | 100110 | 11100 |
Color Harmonies of #2D6339
Complementary color
Monochromatic Colors of #2D6339
Black with #2D6339
Text Example
Text Example
White with #2D6339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6339; }
p { color: rgb(45,99,57); }
H1.HeaderClassName
{
color: #2D6339;
}
.AnyTagClassName
{
color: #2D6339;
}
</style>
background-color css
<style>
a { background-color: #2D6339; }
a { background-color: rgb(45,99,57); }
div.DivClassName
{
background-color: #2D6339;
}
.BgClassName
{
background-color: #2D6339;
}
</style>
border-color css
<style>
span { border-color: #2D6339; }
span { border-color: rgb(45,99,57); }
td.TdClassName
{
border-color: #2D6339;
}
.TagClassName
{
border-color: #2D6339;
}
</style>