Shades of San Felix #30713B
Tints of San Felix #30713B
RGB
CMYK
RGB Variations
Color information
#30713B (or 0x30713B) is known color: San Felix. HEX triplet: 30, 71 and 3B. RGB value is (48,113,59). Sum of RGB (Red+Green+Blue) = 48+113+59=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #30713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30713B is #CF8EC4. Grayscale: #575757. Windows color (decimal): -13602501 or 3895600. OLE color: 3895600.
HSL color Cylindrical-coordinate representation of color #30713B: hue angle of 130.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30713B is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 59 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.56 |
| HSL | 130.15º | 0.4% | 0.32% | - |
| HSV(B) | 130.15º | 0.58% | 0.44% | - |
| XYZ | 7.91 | 12.75 | 6.18 | - |
| YUV | 87.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 59 | 0.58 | 0 | 0.48 | 0.56 | 130.15 | 0.4 | 0.32 |
| Hex | 30 | 71 | 3B | 3A | 0 | 30 | 38 | 82 | 28 | 20 |
| Octal | 60 | 161 | 73 | 72 | 0 | 60 | 70 | 202 | 50 | 40 |
| Binary | 110000 | 1110001 | 111011 | 111010 | 0 | 110000 | 111000 | 10000010 | 101000 | 100000 |
Color Harmonies of #30713B
Complementary color
Monochromatic Colors of #30713B
Black with #30713B
Text Example
Text Example
White with #30713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30713B; }
p { color: rgb(48,113,59); }
H1.HeaderClassName
{
color: #30713B;
}
.AnyTagClassName
{
color: #30713B;
}
</style>
background-color css
<style>
a { background-color: #30713B; }
a { background-color: rgb(48,113,59); }
div.DivClassName
{
background-color: #30713B;
}
.BgClassName
{
background-color: #30713B;
}
</style>
border-color css
<style>
span { border-color: #30713B; }
span { border-color: rgb(48,113,59); }
td.TdClassName
{
border-color: #30713B;
}
.TagClassName
{
border-color: #30713B;
}
</style>