Shades of Hunter Green #2D673A
Tints of Hunter Green #2D673A
RGB
CMYK
RGB Variations
Color information
#2D673A (or 0x2D673A) is known color: Hunter Green. HEX triplet: 2D, 67 and 3A. RGB value is (45,103,58). Sum of RGB (Red+Green+Blue) = 45+103+58=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #2D673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D673A is #D298C5. Grayscale: #505050. Windows color (decimal): -13801670 or 3827501. OLE color: 3827501.
HSL color Cylindrical-coordinate representation of color #2D673A: hue angle of 133.45º 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 #2D673A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 103 | 58 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.60 |
| HSL | 133.45º | 0.39% | 0.29% | - |
| HSV(B) | 133.45º | 0.56% | 0.4% | - |
| XYZ | 6.7 | 10.56 | 5.69 | - |
| YUV | 80.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 103 | 58 | 0.56 | 0 | 0.44 | 0.60 | 133.45 | 0.39 | 0.29 |
| Hex | 2D | 67 | 3A | 38 | 0 | 2C | 3C | 85 | 27 | 1D |
| Octal | 55 | 147 | 72 | 70 | 0 | 54 | 74 | 205 | 47 | 35 |
| Binary | 101101 | 1100111 | 111010 | 111000 | 0 | 101100 | 111100 | 10000101 | 100111 | 11101 |
Color Harmonies of #2D673A
Complementary color
Monochromatic Colors of #2D673A
Black with #2D673A
Text Example
Text Example
White with #2D673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D673A; }
p { color: rgb(45,103,58); }
H1.HeaderClassName
{
color: #2D673A;
}
.AnyTagClassName
{
color: #2D673A;
}
</style>
background-color css
<style>
a { background-color: #2D673A; }
a { background-color: rgb(45,103,58); }
div.DivClassName
{
background-color: #2D673A;
}
.BgClassName
{
background-color: #2D673A;
}
</style>
border-color css
<style>
span { border-color: #2D673A; }
span { border-color: rgb(45,103,58); }
td.TdClassName
{
border-color: #2D673A;
}
.TagClassName
{
border-color: #2D673A;
}
</style>