Shades of San Felix #30692C
Tints of San Felix #30692C
RGB
CMYK
RGB Variations
Color information
#30692C (or 0x30692C) is known color: San Felix. HEX triplet: 30, 69 and 2C. RGB value is (48,105,44). Sum of RGB (Red+Green+Blue) = 48+105+44=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #30692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30692C is #CF96D3. Grayscale: #515151. Windows color (decimal): -13604564 or 2910512. OLE color: 2910512.
HSL color Cylindrical-coordinate representation of color #30692C: hue angle of 116.07º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30692C is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 105 | 44 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.59 |
| HSL | 116.07º | 0.41% | 0.29% | - |
| HSV(B) | 116.07º | 0.58% | 0.41% | - |
| XYZ | 6.73 | 10.91 | 4.13 | - |
| YUV | 81 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 105 | 44 | 0.54 | 0 | 0.58 | 0.59 | 116.07 | 0.41 | 0.29 |
| Hex | 30 | 69 | 2C | 36 | 0 | 3A | 3B | 74 | 29 | 1D |
| Octal | 60 | 151 | 54 | 66 | 0 | 72 | 73 | 164 | 51 | 35 |
| Binary | 110000 | 1101001 | 101100 | 110110 | 0 | 111010 | 111011 | 1110100 | 101001 | 11101 |
Color Harmonies of #30692C
Complementary color
Monochromatic Colors of #30692C
Black with #30692C
Text Example
Text Example
White with #30692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30692C; }
p { color: rgb(48,105,44); }
H1.HeaderClassName
{
color: #30692C;
}
.AnyTagClassName
{
color: #30692C;
}
</style>
background-color css
<style>
a { background-color: #30692C; }
a { background-color: rgb(48,105,44); }
div.DivClassName
{
background-color: #30692C;
}
.BgClassName
{
background-color: #30692C;
}
</style>
border-color css
<style>
span { border-color: #30692C; }
span { border-color: rgb(48,105,44); }
td.TdClassName
{
border-color: #30692C;
}
.TagClassName
{
border-color: #30692C;
}
</style>