Shades of San Felix #30652C
Tints of San Felix #30652C
RGB
CMYK
RGB Variations
Color information
#30652C (or 0x30652C) is known color: San Felix. HEX triplet: 30, 65 and 2C. RGB value is (48,101,44). Sum of RGB (Red+Green+Blue) = 48+101+44=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #30652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30652C is #CF9AD3. Grayscale: #4E4E4E. Windows color (decimal): -13605588 or 2909488. OLE color: 2909488.
HSL color Cylindrical-coordinate representation of color #30652C: hue angle of 115.79º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30652C is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 101 | 44 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.60 |
| HSL | 115.79º | 0.39% | 0.28% | - |
| HSV(B) | 115.79º | 0.56% | 0.4% | - |
| XYZ | 6.33 | 10.12 | 4 | - |
| YUV | 78.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 44 | 0.52 | 0 | 0.56 | 0.60 | 115.79 | 0.39 | 0.28 |
| Hex | 30 | 65 | 2C | 34 | 0 | 38 | 3C | 74 | 27 | 1C |
| Octal | 60 | 145 | 54 | 64 | 0 | 70 | 74 | 164 | 47 | 34 |
| Binary | 110000 | 1100101 | 101100 | 110100 | 0 | 111000 | 111100 | 1110100 | 100111 | 11100 |
Color Harmonies of #30652C
Complementary color
Monochromatic Colors of #30652C
Black with #30652C
Text Example
Text Example
White with #30652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30652C; }
p { color: rgb(48,101,44); }
H1.HeaderClassName
{
color: #30652C;
}
.AnyTagClassName
{
color: #30652C;
}
</style>
background-color css
<style>
a { background-color: #30652C; }
a { background-color: rgb(48,101,44); }
div.DivClassName
{
background-color: #30652C;
}
.BgClassName
{
background-color: #30652C;
}
</style>
border-color css
<style>
span { border-color: #30652C; }
span { border-color: rgb(48,101,44); }
td.TdClassName
{
border-color: #30652C;
}
.TagClassName
{
border-color: #30652C;
}
</style>