Shades of San Felix #30713C
Tints of San Felix #30713C
RGB
CMYK
RGB Variations
Color information
#30713C (or 0x30713C) is known color: San Felix. HEX triplet: 30, 71 and 3C. RGB value is (48,113,60). Sum of RGB (Red+Green+Blue) = 48+113+60=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #30713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30713C is #CF8EC3. Grayscale: #575757. Windows color (decimal): -13602500 or 3961136. OLE color: 3961136.
HSL color Cylindrical-coordinate representation of color #30713C: hue angle of 131.08º 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 #30713C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 60 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.56 |
| HSL | 131.08º | 0.4% | 0.32% | - |
| HSV(B) | 131.08º | 0.58% | 0.44% | - |
| XYZ | 7.94 | 12.76 | 6.32 | - |
| YUV | 87.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 60 | 0.58 | 0 | 0.47 | 0.56 | 131.08 | 0.4 | 0.32 |
| Hex | 30 | 71 | 3C | 3A | 0 | 2F | 38 | 83 | 28 | 20 |
| Octal | 60 | 161 | 74 | 72 | 0 | 57 | 70 | 203 | 50 | 40 |
| Binary | 110000 | 1110001 | 111100 | 111010 | 0 | 101111 | 111000 | 10000011 | 101000 | 100000 |
Color Harmonies of #30713C
Complementary color
Monochromatic Colors of #30713C
Black with #30713C
Text Example
Text Example
White with #30713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30713C; }
p { color: rgb(48,113,60); }
H1.HeaderClassName
{
color: #30713C;
}
.AnyTagClassName
{
color: #30713C;
}
</style>
background-color css
<style>
a { background-color: #30713C; }
a { background-color: rgb(48,113,60); }
div.DivClassName
{
background-color: #30713C;
}
.BgClassName
{
background-color: #30713C;
}
</style>
border-color css
<style>
span { border-color: #30713C; }
span { border-color: rgb(48,113,60); }
td.TdClassName
{
border-color: #30713C;
}
.TagClassName
{
border-color: #30713C;
}
</style>