Shades of San Felix #306B34
Tints of San Felix #306B34
RGB
CMYK
RGB Variations
Color information
#306B34 (or 0x306B34) is known color: San Felix. HEX triplet: 30, 6B and 34. RGB value is (48,107,52). Sum of RGB (Red+Green+Blue) = 48+107+52=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 107 (42.19% from 255 or 51.69% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 107 - color contains mainly: green. Hex color #306B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306B34 is #CF94CB. Grayscale: #535353. Windows color (decimal): -13604044 or 3435312. OLE color: 3435312.
HSL color Cylindrical-coordinate representation of color #306B34: hue angle of 124.07º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B34 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 107 | 52 | - |
| CMYK | 0.55 | 0 | 0.51 | 0.58 |
| HSL | 124.07º | 0.38% | 0.3% | - |
| HSV(B) | 124.07º | 0.55% | 0.42% | - |
| XYZ | 7.1 | 11.39 | 5.07 | - |
| YUV | 83.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 52 | 0.55 | 0 | 0.51 | 0.58 | 124.07 | 0.38 | 0.3 |
| Hex | 30 | 6B | 34 | 37 | 0 | 33 | 3A | 7C | 26 | 1E |
| Octal | 60 | 153 | 64 | 67 | 0 | 63 | 72 | 174 | 46 | 36 |
| Binary | 110000 | 1101011 | 110100 | 110111 | 0 | 110011 | 111010 | 1111100 | 100110 | 11110 |
Color Harmonies of #306B34
Complementary color
Monochromatic Colors of #306B34
Black with #306B34
Text Example
Text Example
White with #306B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306B34; }
p { color: rgb(48,107,52); }
H1.HeaderClassName
{
color: #306B34;
}
.AnyTagClassName
{
color: #306B34;
}
</style>
background-color css
<style>
a { background-color: #306B34; }
a { background-color: rgb(48,107,52); }
div.DivClassName
{
background-color: #306B34;
}
.BgClassName
{
background-color: #306B34;
}
</style>
border-color css
<style>
span { border-color: #306B34; }
span { border-color: rgb(48,107,52); }
td.TdClassName
{
border-color: #306B34;
}
.TagClassName
{
border-color: #306B34;
}
</style>