Shades of Hunter Green #2D5E3A
Tints of Hunter Green #2D5E3A
RGB
CMYK
RGB Variations
Color information
#2D5E3A (or 0x2D5E3A) is known color: Hunter Green. HEX triplet: 2D, 5E and 3A. RGB value is (45,94,58). Sum of RGB (Red+Green+Blue) = 45+94+58=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #2D5E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5E3A is #D2A1C5. Grayscale: #4B4B4B. Windows color (decimal): -13803974 or 3825197. OLE color: 3825197.
HSL color Cylindrical-coordinate representation of color #2D5E3A: hue angle of 135.92º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D5E3A is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
RGB | 45 | 94 | 58 | - |
CMYK | 0.52 | 0 | 0.38 | 0.63 |
HSL | 135.92º | 0.35% | 0.27% | - |
HSV(B) | 135.92º | 0.52% | 0.37% | - |
XYZ | 5.85 | 8.87 | 5.41 | - |
YUV | 75.25 | 118.27 | 106.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 94 | 58 | 0.52 | 0 | 0.38 | 0.63 | 135.92 | 0.35 | 0.27 |
Hex | 2D | 5E | 3A | 34 | 0 | 26 | 3F | 88 | 23 | 1B |
Octal | 55 | 136 | 72 | 64 | 0 | 46 | 77 | 210 | 43 | 33 |
Binary | 101101 | 1011110 | 111010 | 110100 | 0 | 100110 | 111111 | 10001000 | 100011 | 11011 |
Color Harmonies of #2D5E3A
Complementary color
Monochromatic Colors of #2D5E3A
Black with #2D5E3A
Text Example
Text Example
White with #2D5E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5E3A; }
p { color: rgb(45,94,58); }
H1.HeaderClassName
{
color: #2D5E3A;
}
.AnyTagClassName
{
color: #2D5E3A;
}
</style>
background-color css
<style>
a { background-color: #2D5E3A; }
a { background-color: rgb(45,94,58); }
div.DivClassName
{
background-color: #2D5E3A;
}
.BgClassName
{
background-color: #2D5E3A;
}
</style>
border-color css
<style>
span { border-color: #2D5E3A; }
span { border-color: rgb(45,94,58); }
td.TdClassName
{
border-color: #2D5E3A;
}
.TagClassName
{
border-color: #2D5E3A;
}
</style>