Shades of Hunter Green #2D663A
Tints of Hunter Green #2D663A
RGB
CMYK
RGB Variations
Color information
#2D663A (or 0x2D663A) is known color: Hunter Green. HEX triplet: 2D, 66 and 3A. RGB value is (45,102,58). Sum of RGB (Red+Green+Blue) = 45+102+58=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #2D663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D663A is #D299C5. Grayscale: #505050. Windows color (decimal): -13801926 or 3827245. OLE color: 3827245.
HSL color Cylindrical-coordinate representation of color #2D663A: hue angle of 133.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D663A is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 58 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.6 |
| HSL | 133.68º | 0.39% | 0.29% | - |
| HSV(B) | 133.68º | 0.56% | 0.4% | - |
| XYZ | 6.6 | 10.37 | 5.66 | - |
| YUV | 79.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 58 | 0.56 | 0 | 0.43 | 0.6 | 133.68 | 0.39 | 0.29 |
| Hex | 2D | 66 | 3A | 38 | 0 | 2B | 3C | 86 | 27 | 1D |
| Octal | 55 | 146 | 72 | 70 | 0 | 53 | 74 | 206 | 47 | 35 |
| Binary | 101101 | 1100110 | 111010 | 111000 | 0 | 101011 | 111100 | 10000110 | 100111 | 11101 |
Color Harmonies of #2D663A
Complementary color
Monochromatic Colors of #2D663A
Black with #2D663A
Text Example
Text Example
White with #2D663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D663A; }
p { color: rgb(45,102,58); }
H1.HeaderClassName
{
color: #2D663A;
}
.AnyTagClassName
{
color: #2D663A;
}
</style>
background-color css
<style>
a { background-color: #2D663A; }
a { background-color: rgb(45,102,58); }
div.DivClassName
{
background-color: #2D663A;
}
.BgClassName
{
background-color: #2D663A;
}
</style>
border-color css
<style>
span { border-color: #2D663A; }
span { border-color: rgb(45,102,58); }
td.TdClassName
{
border-color: #2D663A;
}
.TagClassName
{
border-color: #2D663A;
}
</style>