Shades of San Felix #30672D
Tints of San Felix #30672D
RGB
CMYK
RGB Variations
Color information
#30672D (or 0x30672D) is known color: San Felix. HEX triplet: 30, 67 and 2D. RGB value is (48,103,45). Sum of RGB (Red+Green+Blue) = 48+103+45=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #30672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30672D is #CF98D2. Grayscale: #505050. Windows color (decimal): -13605075 or 2975536. OLE color: 2975536.
HSL color Cylindrical-coordinate representation of color #30672D: hue angle of 116.9º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30672D is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 45 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.60 |
| HSL | 116.9º | 0.39% | 0.29% | - |
| HSV(B) | 116.9º | 0.56% | 0.4% | - |
| XYZ | 6.54 | 10.52 | 4.17 | - |
| YUV | 79.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 45 | 0.53 | 0 | 0.56 | 0.60 | 116.9 | 0.39 | 0.29 |
| Hex | 30 | 67 | 2D | 35 | 0 | 38 | 3C | 75 | 27 | 1D |
| Octal | 60 | 147 | 55 | 65 | 0 | 70 | 74 | 165 | 47 | 35 |
| Binary | 110000 | 1100111 | 101101 | 110101 | 0 | 111000 | 111100 | 1110101 | 100111 | 11101 |
Color Harmonies of #30672D
Complementary color
Monochromatic Colors of #30672D
Black with #30672D
Text Example
Text Example
White with #30672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30672D; }
p { color: rgb(48,103,45); }
H1.HeaderClassName
{
color: #30672D;
}
.AnyTagClassName
{
color: #30672D;
}
</style>
background-color css
<style>
a { background-color: #30672D; }
a { background-color: rgb(48,103,45); }
div.DivClassName
{
background-color: #30672D;
}
.BgClassName
{
background-color: #30672D;
}
</style>
border-color css
<style>
span { border-color: #30672D; }
span { border-color: rgb(48,103,45); }
td.TdClassName
{
border-color: #30672D;
}
.TagClassName
{
border-color: #30672D;
}
</style>