Shades of Camarone #307443
Tints of Camarone #307443
RGB
CMYK
RGB Variations
Color information
#307443 (or 0x307443) is known color: Camarone. HEX triplet: 30, 74 and 43. RGB value is (48,116,67). Sum of RGB (Red+Green+Blue) = 48+116+67=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #307443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307443 is #CF8BBC. Grayscale: #5A5A5A. Windows color (decimal): -13601725 or 4420656. OLE color: 4420656.
HSL color Cylindrical-coordinate representation of color #307443: hue angle of 136.76º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307443 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 67 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.55 |
| HSL | 136.76º | 0.41% | 0.32% | - |
| HSV(B) | 136.76º | 0.59% | 0.45% | - |
| XYZ | 8.48 | 13.52 | 7.47 | - |
| YUV | 90.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 67 | 0.59 | 0 | 0.42 | 0.55 | 136.76 | 0.41 | 0.32 |
| Hex | 30 | 74 | 43 | 3B | 0 | 2A | 37 | 89 | 29 | 20 |
| Octal | 60 | 164 | 103 | 73 | 0 | 52 | 67 | 211 | 51 | 40 |
| Binary | 110000 | 1110100 | 1000011 | 111011 | 0 | 101010 | 110111 | 10001001 | 101001 | 100000 |
Color Harmonies of #307443
Complementary color
Monochromatic Colors of #307443
Black with #307443
Text Example
Text Example
White with #307443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307443; }
p { color: rgb(48,116,67); }
H1.HeaderClassName
{
color: #307443;
}
.AnyTagClassName
{
color: #307443;
}
</style>
background-color css
<style>
a { background-color: #307443; }
a { background-color: rgb(48,116,67); }
div.DivClassName
{
background-color: #307443;
}
.BgClassName
{
background-color: #307443;
}
</style>
border-color css
<style>
span { border-color: #307443; }
span { border-color: rgb(48,116,67); }
td.TdClassName
{
border-color: #307443;
}
.TagClassName
{
border-color: #307443;
}
</style>