Shades of Camarone #307442
Tints of Camarone #307442
RGB
CMYK
RGB Variations
Color information
#307442 (or 0x307442) is known color: Camarone. HEX triplet: 30, 74 and 42. RGB value is (48,116,66). Sum of RGB (Red+Green+Blue) = 48+116+66=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #307442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307442 is #CF8BBD. Grayscale: #5A5A5A. Windows color (decimal): -13601726 or 4355120. OLE color: 4355120.
HSL color Cylindrical-coordinate representation of color #307442: hue angle of 135.88º 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 #307442 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 66 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.55 |
| HSL | 135.88º | 0.41% | 0.32% | - |
| HSV(B) | 135.88º | 0.59% | 0.45% | - |
| XYZ | 8.45 | 13.51 | 7.32 | - |
| YUV | 89.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 66 | 0.59 | 0 | 0.43 | 0.55 | 135.88 | 0.41 | 0.32 |
| Hex | 30 | 74 | 42 | 3B | 0 | 2B | 37 | 88 | 29 | 20 |
| Octal | 60 | 164 | 102 | 73 | 0 | 53 | 67 | 210 | 51 | 40 |
| Binary | 110000 | 1110100 | 1000010 | 111011 | 0 | 101011 | 110111 | 10001000 | 101001 | 100000 |
Color Harmonies of #307442
Complementary color
Monochromatic Colors of #307442
Black with #307442
Text Example
Text Example
White with #307442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307442; }
p { color: rgb(48,116,66); }
H1.HeaderClassName
{
color: #307442;
}
.AnyTagClassName
{
color: #307442;
}
</style>
background-color css
<style>
a { background-color: #307442; }
a { background-color: rgb(48,116,66); }
div.DivClassName
{
background-color: #307442;
}
.BgClassName
{
background-color: #307442;
}
</style>
border-color css
<style>
span { border-color: #307442; }
span { border-color: rgb(48,116,66); }
td.TdClassName
{
border-color: #307442;
}
.TagClassName
{
border-color: #307442;
}
</style>