Shades of Genoa #30735D
Tints of Genoa #30735D
RGB
CMYK
RGB Variations
Color information
#30735D (or 0x30735D) is known color: Genoa. HEX triplet: 30, 73 and 5D. RGB value is (48,115,93). Sum of RGB (Red+Green+Blue) = 48+115+93=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #30735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30735D is #CF8CA2. Grayscale: #5C5C5C. Windows color (decimal): -13601955 or 6124336. OLE color: 6124336.
HSL color Cylindrical-coordinate representation of color #30735D: hue angle of 160.3º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30735D is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 93 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.55 |
| HSL | 160.3º | 0.41% | 0.32% | - |
| HSV(B) | 160.3º | 0.58% | 0.45% | - |
| XYZ | 9.33 | 13.68 | 12.5 | - |
| YUV | 92.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 93 | 0.58 | 0 | 0.19 | 0.55 | 160.3 | 0.41 | 0.32 |
| Hex | 30 | 73 | 5D | 3A | 0 | 13 | 37 | A0 | 29 | 20 |
| Octal | 60 | 163 | 135 | 72 | 0 | 23 | 67 | 240 | 51 | 40 |
| Binary | 110000 | 1110011 | 1011101 | 111010 | 0 | 10011 | 110111 | 10100000 | 101001 | 100000 |
Color Harmonies of #30735D
Complementary color
Monochromatic Colors of #30735D
Black with #30735D
Text Example
Text Example
White with #30735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30735D; }
p { color: rgb(48,115,93); }
H1.HeaderClassName
{
color: #30735D;
}
.AnyTagClassName
{
color: #30735D;
}
</style>
background-color css
<style>
a { background-color: #30735D; }
a { background-color: rgb(48,115,93); }
div.DivClassName
{
background-color: #30735D;
}
.BgClassName
{
background-color: #30735D;
}
</style>
border-color css
<style>
span { border-color: #30735D; }
span { border-color: rgb(48,115,93); }
td.TdClassName
{
border-color: #30735D;
}
.TagClassName
{
border-color: #30735D;
}
</style>