Shades of Hunter Green #2D663B
Tints of Hunter Green #2D663B
RGB
CMYK
RGB Variations
Color information
#2D663B (or 0x2D663B) is known color: Hunter Green. HEX triplet: 2D, 66 and 3B. RGB value is (45,102,59). Sum of RGB (Red+Green+Blue) = 45+102+59=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #2D663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D663B is #D299C4. Grayscale: #505050. Windows color (decimal): -13801925 or 3892781. OLE color: 3892781.
HSL color Cylindrical-coordinate representation of color #2D663B: hue angle of 134.74º 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 #2D663B is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 102 | 59 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.6 |
| HSL | 134.74º | 0.39% | 0.29% | - |
| HSV(B) | 134.74º | 0.56% | 0.4% | - |
| XYZ | 6.62 | 10.38 | 5.79 | - |
| YUV | 80.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 59 | 0.56 | 0 | 0.42 | 0.6 | 134.74 | 0.39 | 0.29 |
| Hex | 2D | 66 | 3B | 38 | 0 | 2A | 3C | 87 | 27 | 1D |
| Octal | 55 | 146 | 73 | 70 | 0 | 52 | 74 | 207 | 47 | 35 |
| Binary | 101101 | 1100110 | 111011 | 111000 | 0 | 101010 | 111100 | 10000111 | 100111 | 11101 |
Color Harmonies of #2D663B
Complementary color
Monochromatic Colors of #2D663B
Black with #2D663B
Text Example
Text Example
White with #2D663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D663B; }
p { color: rgb(45,102,59); }
H1.HeaderClassName
{
color: #2D663B;
}
.AnyTagClassName
{
color: #2D663B;
}
</style>
background-color css
<style>
a { background-color: #2D663B; }
a { background-color: rgb(45,102,59); }
div.DivClassName
{
background-color: #2D663B;
}
.BgClassName
{
background-color: #2D663B;
}
</style>
border-color css
<style>
span { border-color: #2D663B; }
span { border-color: rgb(45,102,59); }
td.TdClassName
{
border-color: #2D663B;
}
.TagClassName
{
border-color: #2D663B;
}
</style>