Shades of San Felix #306C3B
Tints of San Felix #306C3B
RGB
CMYK
RGB Variations
Color information
#306C3B (or 0x306C3B) is known color: San Felix. HEX triplet: 30, 6C and 3B. RGB value is (48,108,59). Sum of RGB (Red+Green+Blue) = 48+108+59=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #306C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306C3B is #CF93C4. Grayscale: #545454. Windows color (decimal): -13603781 or 3894320. OLE color: 3894320.
HSL color Cylindrical-coordinate representation of color #306C3B: hue angle of 131º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C3B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 108 | 59 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.58 |
| HSL | 131º | 0.38% | 0.31% | - |
| HSV(B) | 131º | 0.56% | 0.42% | - |
| XYZ | 7.37 | 11.67 | 6 | - |
| YUV | 84.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 59 | 0.56 | 0 | 0.45 | 0.58 | 131 | 0.38 | 0.31 |
| Hex | 30 | 6C | 3B | 38 | 0 | 2D | 3A | 83 | 26 | 1F |
| Octal | 60 | 154 | 73 | 70 | 0 | 55 | 72 | 203 | 46 | 37 |
| Binary | 110000 | 1101100 | 111011 | 111000 | 0 | 101101 | 111010 | 10000011 | 100110 | 11111 |
Color Harmonies of #306C3B
Complementary color
Monochromatic Colors of #306C3B
Black with #306C3B
Text Example
Text Example
White with #306C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306C3B; }
p { color: rgb(48,108,59); }
H1.HeaderClassName
{
color: #306C3B;
}
.AnyTagClassName
{
color: #306C3B;
}
</style>
background-color css
<style>
a { background-color: #306C3B; }
a { background-color: rgb(48,108,59); }
div.DivClassName
{
background-color: #306C3B;
}
.BgClassName
{
background-color: #306C3B;
}
</style>
border-color css
<style>
span { border-color: #306C3B; }
span { border-color: rgb(48,108,59); }
td.TdClassName
{
border-color: #306C3B;
}
.TagClassName
{
border-color: #306C3B;
}
</style>