Shades of Camarone #306F41
Tints of Camarone #306F41
RGB
CMYK
RGB Variations
Color information
#306F41 (or 0x306F41) is known color: Camarone. HEX triplet: 30, 6F and 41. RGB value is (48,111,65). Sum of RGB (Red+Green+Blue) = 48+111+65=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #306F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306F41 is #CF90BE. Grayscale: #575757. Windows color (decimal): -13603007 or 4288304. OLE color: 4288304.
HSL color Cylindrical-coordinate representation of color #306F41: hue angle of 136.19º 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 #306F41 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 111 | 65 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.56 |
| HSL | 136.19º | 0.4% | 0.31% | - |
| HSV(B) | 136.19º | 0.57% | 0.44% | - |
| XYZ | 7.86 | 12.38 | 6.98 | - |
| YUV | 86.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 65 | 0.57 | 0 | 0.41 | 0.56 | 136.19 | 0.4 | 0.31 |
| Hex | 30 | 6F | 41 | 39 | 0 | 29 | 38 | 88 | 28 | 1F |
| Octal | 60 | 157 | 101 | 71 | 0 | 51 | 70 | 210 | 50 | 37 |
| Binary | 110000 | 1101111 | 1000001 | 111001 | 0 | 101001 | 111000 | 10001000 | 101000 | 11111 |
Color Harmonies of #306F41
Complementary color
Monochromatic Colors of #306F41
Black with #306F41
Text Example
Text Example
White with #306F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F41; }
p { color: rgb(48,111,65); }
H1.HeaderClassName
{
color: #306F41;
}
.AnyTagClassName
{
color: #306F41;
}
</style>
background-color css
<style>
a { background-color: #306F41; }
a { background-color: rgb(48,111,65); }
div.DivClassName
{
background-color: #306F41;
}
.BgClassName
{
background-color: #306F41;
}
</style>
border-color css
<style>
span { border-color: #306F41; }
span { border-color: rgb(48,111,65); }
td.TdClassName
{
border-color: #306F41;
}
.TagClassName
{
border-color: #306F41;
}
</style>