Shades of Hunter Green #30653A
Tints of Hunter Green #30653A
RGB
CMYK
RGB Variations
Color information
#30653A (or 0x30653A) is known color: Hunter Green. HEX triplet: 30, 65 and 3A. RGB value is (48,101,58). Sum of RGB (Red+Green+Blue) = 48+101+58=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #30653A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30653A is #CF9AC5. Grayscale: #505050. Windows color (decimal): -13605574 or 3826992. OLE color: 3826992.
HSL color Cylindrical-coordinate representation of color #30653A: hue angle of 131.32º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30653A is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 58 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.60 |
| HSL | 131.32º | 0.36% | 0.29% | - |
| HSV(B) | 131.32º | 0.52% | 0.4% | - |
| XYZ | 6.64 | 10.24 | 5.63 | - |
| YUV | 80.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 58 | 0.52 | 0 | 0.43 | 0.60 | 131.32 | 0.36 | 0.29 |
| Hex | 30 | 65 | 3A | 34 | 0 | 2B | 3C | 83 | 24 | 1D |
| Octal | 60 | 145 | 72 | 64 | 0 | 53 | 74 | 203 | 44 | 35 |
| Binary | 110000 | 1100101 | 111010 | 110100 | 0 | 101011 | 111100 | 10000011 | 100100 | 11101 |
Color Harmonies of #30653A
Complementary color
Monochromatic Colors of #30653A
Black with #30653A
Text Example
Text Example
White with #30653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30653A; }
p { color: rgb(48,101,58); }
H1.HeaderClassName
{
color: #30653A;
}
.AnyTagClassName
{
color: #30653A;
}
</style>
background-color css
<style>
a { background-color: #30653A; }
a { background-color: rgb(48,101,58); }
div.DivClassName
{
background-color: #30653A;
}
.BgClassName
{
background-color: #30653A;
}
</style>
border-color css
<style>
span { border-color: #30653A; }
span { border-color: rgb(48,101,58); }
td.TdClassName
{
border-color: #30653A;
}
.TagClassName
{
border-color: #30653A;
}
</style>