Shades of San Felix #30672C
Tints of San Felix #30672C
RGB
CMYK
RGB Variations
Color information
#30672C (or 0x30672C) is known color: San Felix. HEX triplet: 30, 67 and 2C. RGB value is (48,103,44). Sum of RGB (Red+Green+Blue) = 48+103+44=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #30672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672C is #CF98D3. Grayscale: #505050. Windows color (decimal): -13605076 or 2910000. OLE color: 2910000.
HSL color Cylindrical-coordinate representation of color #30672C: hue angle of 115.93º 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 #30672C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 44 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.60 |
| HSL | 115.93º | 0.4% | 0.29% | - |
| HSV(B) | 115.93º | 0.57% | 0.4% | - |
| XYZ | 6.52 | 10.51 | 4.07 | - |
| YUV | 79.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 44 | 0.53 | 0 | 0.57 | 0.60 | 115.93 | 0.4 | 0.29 |
| Hex | 30 | 67 | 2C | 35 | 0 | 39 | 3C | 74 | 28 | 1D |
| Octal | 60 | 147 | 54 | 65 | 0 | 71 | 74 | 164 | 50 | 35 |
| Binary | 110000 | 1100111 | 101100 | 110101 | 0 | 111001 | 111100 | 1110100 | 101000 | 11101 |
Color Harmonies of #30672C
Complementary color
Monochromatic Colors of #30672C
Black with #30672C
Text Example
Text Example
White with #30672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30672C; }
p { color: rgb(48,103,44); }
H1.HeaderClassName
{
color: #30672C;
}
.AnyTagClassName
{
color: #30672C;
}
</style>
background-color css
<style>
a { background-color: #30672C; }
a { background-color: rgb(48,103,44); }
div.DivClassName
{
background-color: #30672C;
}
.BgClassName
{
background-color: #30672C;
}
</style>
border-color css
<style>
span { border-color: #30672C; }
span { border-color: rgb(48,103,44); }
td.TdClassName
{
border-color: #30672C;
}
.TagClassName
{
border-color: #30672C;
}
</style>