Shades of San Felix #306F37
Tints of San Felix #306F37
RGB
CMYK
RGB Variations
Color information
#306F37 (or 0x306F37) is known color: San Felix. HEX triplet: 30, 6F and 37. RGB value is (48,111,55). Sum of RGB (Red+Green+Blue) = 48+111+55=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #306F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F37 is #CF90C8. Grayscale: #555555. Windows color (decimal): -13603017 or 3632944. OLE color: 3632944.
HSL color Cylindrical-coordinate representation of color #306F37: hue angle of 126.67º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #306F37 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 55 | - |
| CMYK | 0.57 | 0 | 0.50 | 0.56 |
| HSL | 126.67º | 0.4% | 0.31% | - |
| HSV(B) | 126.67º | 0.57% | 0.44% | - |
| XYZ | 7.59 | 12.27 | 5.58 | - |
| YUV | 85.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 55 | 0.57 | 0 | 0.50 | 0.56 | 126.67 | 0.4 | 0.31 |
| Hex | 30 | 6F | 37 | 39 | 0 | 32 | 38 | 7F | 28 | 1F |
| Octal | 60 | 157 | 67 | 71 | 0 | 62 | 70 | 177 | 50 | 37 |
| Binary | 110000 | 1101111 | 110111 | 111001 | 0 | 110010 | 111000 | 1111111 | 101000 | 11111 |
Color Harmonies of #306F37
Complementary color
Monochromatic Colors of #306F37
Black with #306F37
Text Example
Text Example
White with #306F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F37; }
p { color: rgb(48,111,55); }
H1.HeaderClassName
{
color: #306F37;
}
.AnyTagClassName
{
color: #306F37;
}
</style>
background-color css
<style>
a { background-color: #306F37; }
a { background-color: rgb(48,111,55); }
div.DivClassName
{
background-color: #306F37;
}
.BgClassName
{
background-color: #306F37;
}
</style>
border-color css
<style>
span { border-color: #306F37; }
span { border-color: rgb(48,111,55); }
td.TdClassName
{
border-color: #306F37;
}
.TagClassName
{
border-color: #306F37;
}
</style>