Shades of Genoa #30856E
Tints of Genoa #30856E
RGB
CMYK
RGB Variations
Color information
#30856E (or 0x30856E) is known color: Genoa. HEX triplet: 30, 85 and 6E. RGB value is (48,133,110). Sum of RGB (Red+Green+Blue) = 48+133+110=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #30856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30856E is #CF7A91. Grayscale: #686868. Windows color (decimal): -13597330 or 7243056. OLE color: 7243056.
HSL color Cylindrical-coordinate representation of color #30856E: hue angle of 163.76º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30856E is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 110 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.48 |
| HSL | 163.76º | 0.47% | 0.35% | - |
| HSV(B) | 163.76º | 0.64% | 0.52% | - |
| XYZ | 12.42 | 18.53 | 17.67 | - |
| YUV | 104.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 110 | 0.64 | 0 | 0.17 | 0.48 | 163.76 | 0.47 | 0.35 |
| Hex | 30 | 85 | 6E | 40 | 0 | 11 | 30 | A4 | 2F | 23 |
| Octal | 60 | 205 | 156 | 100 | 0 | 21 | 60 | 244 | 57 | 43 |
| Binary | 110000 | 10000101 | 1101110 | 1000000 | 0 | 10001 | 110000 | 10100100 | 101111 | 100011 |
Color Harmonies of #30856E
Complementary color
Monochromatic Colors of #30856E
Black with #30856E
Text Example
Text Example
White with #30856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30856E; }
p { color: rgb(48,133,110); }
H1.HeaderClassName
{
color: #30856E;
}
.AnyTagClassName
{
color: #30856E;
}
</style>
background-color css
<style>
a { background-color: #30856E; }
a { background-color: rgb(48,133,110); }
div.DivClassName
{
background-color: #30856E;
}
.BgClassName
{
background-color: #30856E;
}
</style>
border-color css
<style>
span { border-color: #30856E; }
span { border-color: rgb(48,133,110); }
td.TdClassName
{
border-color: #30856E;
}
.TagClassName
{
border-color: #30856E;
}
</style>