Shades of San Felix #30662C
Tints of San Felix #30662C
RGB
CMYK
RGB Variations
Color information
#30662C (or 0x30662C) is known color: San Felix. HEX triplet: 30, 66 and 2C. RGB value is (48,102,44). Sum of RGB (Red+Green+Blue) = 48+102+44=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #30662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30662C is #CF99D3. Grayscale: #4F4F4F. Windows color (decimal): -13605332 or 2909744. OLE color: 2909744.
HSL color Cylindrical-coordinate representation of color #30662C: hue angle of 115.86º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30662C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 102 | 44 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.6 |
| HSL | 115.86º | 0.4% | 0.29% | - |
| HSV(B) | 115.86º | 0.57% | 0.4% | - |
| XYZ | 6.42 | 10.31 | 4.03 | - |
| YUV | 79.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 102 | 44 | 0.53 | 0 | 0.57 | 0.6 | 115.86 | 0.4 | 0.29 |
| Hex | 30 | 66 | 2C | 35 | 0 | 39 | 3C | 74 | 28 | 1D |
| Octal | 60 | 146 | 54 | 65 | 0 | 71 | 74 | 164 | 50 | 35 |
| Binary | 110000 | 1100110 | 101100 | 110101 | 0 | 111001 | 111100 | 1110100 | 101000 | 11101 |
Color Harmonies of #30662C
Complementary color
Monochromatic Colors of #30662C
Black with #30662C
Text Example
Text Example
White with #30662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30662C; }
p { color: rgb(48,102,44); }
H1.HeaderClassName
{
color: #30662C;
}
.AnyTagClassName
{
color: #30662C;
}
</style>
background-color css
<style>
a { background-color: #30662C; }
a { background-color: rgb(48,102,44); }
div.DivClassName
{
background-color: #30662C;
}
.BgClassName
{
background-color: #30662C;
}
</style>
border-color css
<style>
span { border-color: #30662C; }
span { border-color: rgb(48,102,44); }
td.TdClassName
{
border-color: #30662C;
}
.TagClassName
{
border-color: #30662C;
}
</style>