Shades of Camarone #2E673F
Tints of Camarone #2E673F
RGB
CMYK
RGB Variations
Color information
#2E673F (or 0x2E673F) is known color: Camarone. HEX triplet: 2E, 67 and 3F. RGB value is (46,103,63). Sum of RGB (Red+Green+Blue) = 46+103+63=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #2E673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E673F is #D198C0. Grayscale: #515151. Windows color (decimal): -13736129 or 4155182. OLE color: 4155182.
HSL color Cylindrical-coordinate representation of color #2E673F: hue angle of 137.89º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E673F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 103 | 63 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.60 |
| HSL | 137.89º | 0.38% | 0.29% | - |
| HSV(B) | 137.89º | 0.55% | 0.4% | - |
| XYZ | 6.87 | 10.64 | 6.39 | - |
| YUV | 81.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 63 | 0.55 | 0 | 0.39 | 0.60 | 137.89 | 0.38 | 0.29 |
| Hex | 2E | 67 | 3F | 37 | 0 | 27 | 3C | 8A | 26 | 1D |
| Octal | 56 | 147 | 77 | 67 | 0 | 47 | 74 | 212 | 46 | 35 |
| Binary | 101110 | 1100111 | 111111 | 110111 | 0 | 100111 | 111100 | 10001010 | 100110 | 11101 |
Color Harmonies of #2E673F
Complementary color
Monochromatic Colors of #2E673F
Black with #2E673F
Text Example
Text Example
White with #2E673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E673F; }
p { color: rgb(46,103,63); }
H1.HeaderClassName
{
color: #2E673F;
}
.AnyTagClassName
{
color: #2E673F;
}
</style>
background-color css
<style>
a { background-color: #2E673F; }
a { background-color: rgb(46,103,63); }
div.DivClassName
{
background-color: #2E673F;
}
.BgClassName
{
background-color: #2E673F;
}
</style>
border-color css
<style>
span { border-color: #2E673F; }
span { border-color: rgb(46,103,63); }
td.TdClassName
{
border-color: #2E673F;
}
.TagClassName
{
border-color: #2E673F;
}
</style>