Shades of Camarone #2C673E
Tints of Camarone #2C673E
RGB
CMYK
RGB Variations
Color information
#2C673E (or 0x2C673E) is known color: Camarone. HEX triplet: 2C, 67 and 3E. RGB value is (44,103,62). Sum of RGB (Red+Green+Blue) = 44+103+62=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #2C673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C673E is #D398C1. Grayscale: #505050. Windows color (decimal): -13867202 or 4089644. OLE color: 4089644.
HSL color Cylindrical-coordinate representation of color #2C673E: hue angle of 138.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C673E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 62 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.60 |
| HSL | 138.31º | 0.4% | 0.29% | - |
| HSV(B) | 138.31º | 0.57% | 0.4% | - |
| XYZ | 6.76 | 10.58 | 6.24 | - |
| YUV | 80.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 62 | 0.57 | 0 | 0.40 | 0.60 | 138.31 | 0.4 | 0.29 |
| Hex | 2C | 67 | 3E | 39 | 0 | 28 | 3C | 8A | 28 | 1D |
| Octal | 54 | 147 | 76 | 71 | 0 | 50 | 74 | 212 | 50 | 35 |
| Binary | 101100 | 1100111 | 111110 | 111001 | 0 | 101000 | 111100 | 10001010 | 101000 | 11101 |
Color Harmonies of #2C673E
Complementary color
Monochromatic Colors of #2C673E
Black with #2C673E
Text Example
Text Example
White with #2C673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C673E; }
p { color: rgb(44,103,62); }
H1.HeaderClassName
{
color: #2C673E;
}
.AnyTagClassName
{
color: #2C673E;
}
</style>
background-color css
<style>
a { background-color: #2C673E; }
a { background-color: rgb(44,103,62); }
div.DivClassName
{
background-color: #2C673E;
}
.BgClassName
{
background-color: #2C673E;
}
</style>
border-color css
<style>
span { border-color: #2C673E; }
span { border-color: rgb(44,103,62); }
td.TdClassName
{
border-color: #2C673E;
}
.TagClassName
{
border-color: #2C673E;
}
</style>