Shades of San Felix #30723C
Tints of San Felix #30723C
RGB
CMYK
RGB Variations
Color information
#30723C (or 0x30723C) is known color: San Felix. HEX triplet: 30, 72 and 3C. RGB value is (48,114,60). Sum of RGB (Red+Green+Blue) = 48+114+60=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #30723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30723C is #CF8DC3. Grayscale: #585858. Windows color (decimal): -13602244 or 3961392. OLE color: 3961392.
HSL color Cylindrical-coordinate representation of color #30723C: hue angle of 130.91º 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 #30723C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 60 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.55 |
| HSL | 130.91º | 0.41% | 0.32% | - |
| HSV(B) | 130.91º | 0.58% | 0.45% | - |
| XYZ | 8.05 | 12.99 | 6.36 | - |
| YUV | 88.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 60 | 0.58 | 0 | 0.47 | 0.55 | 130.91 | 0.41 | 0.32 |
| Hex | 30 | 72 | 3C | 3A | 0 | 2F | 37 | 83 | 29 | 20 |
| Octal | 60 | 162 | 74 | 72 | 0 | 57 | 67 | 203 | 51 | 40 |
| Binary | 110000 | 1110010 | 111100 | 111010 | 0 | 101111 | 110111 | 10000011 | 101001 | 100000 |
Color Harmonies of #30723C
Complementary color
Monochromatic Colors of #30723C
Black with #30723C
Text Example
Text Example
White with #30723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30723C; }
p { color: rgb(48,114,60); }
H1.HeaderClassName
{
color: #30723C;
}
.AnyTagClassName
{
color: #30723C;
}
</style>
background-color css
<style>
a { background-color: #30723C; }
a { background-color: rgb(48,114,60); }
div.DivClassName
{
background-color: #30723C;
}
.BgClassName
{
background-color: #30723C;
}
</style>
border-color css
<style>
span { border-color: #30723C; }
span { border-color: rgb(48,114,60); }
td.TdClassName
{
border-color: #30723C;
}
.TagClassName
{
border-color: #30723C;
}
</style>