Shades of Camarone #306D41
Tints of Camarone #306D41
RGB
CMYK
RGB Variations
Color information
#306D41 (or 0x306D41) is known color: Camarone. HEX triplet: 30, 6D and 41. RGB value is (48,109,65). Sum of RGB (Red+Green+Blue) = 48+109+65=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #306D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306D41 is #CF92BE. Grayscale: #555555. Windows color (decimal): -13603519 or 4287792. OLE color: 4287792.
HSL color Cylindrical-coordinate representation of color #306D41: hue angle of 136.72º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D41 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 65 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.57 |
| HSL | 136.72º | 0.39% | 0.31% | - |
| HSV(B) | 136.72º | 0.56% | 0.43% | - |
| XYZ | 7.64 | 11.95 | 6.9 | - |
| YUV | 85.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 65 | 0.56 | 0 | 0.40 | 0.57 | 136.72 | 0.39 | 0.31 |
| Hex | 30 | 6D | 41 | 38 | 0 | 28 | 39 | 89 | 27 | 1F |
| Octal | 60 | 155 | 101 | 70 | 0 | 50 | 71 | 211 | 47 | 37 |
| Binary | 110000 | 1101101 | 1000001 | 111000 | 0 | 101000 | 111001 | 10001001 | 100111 | 11111 |
Color Harmonies of #306D41
Complementary color
Monochromatic Colors of #306D41
Black with #306D41
Text Example
Text Example
White with #306D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D41; }
p { color: rgb(48,109,65); }
H1.HeaderClassName
{
color: #306D41;
}
.AnyTagClassName
{
color: #306D41;
}
</style>
background-color css
<style>
a { background-color: #306D41; }
a { background-color: rgb(48,109,65); }
div.DivClassName
{
background-color: #306D41;
}
.BgClassName
{
background-color: #306D41;
}
</style>
border-color css
<style>
span { border-color: #306D41; }
span { border-color: rgb(48,109,65); }
td.TdClassName
{
border-color: #306D41;
}
.TagClassName
{
border-color: #306D41;
}
</style>