Shades of Camarone #2C673F
Tints of Camarone #2C673F
RGB
CMYK
RGB Variations
Color information
#2C673F (or 0x2C673F) is known color: Camarone. HEX triplet: 2C, 67 and 3F. RGB value is (44,103,63). Sum of RGB (Red+Green+Blue) = 44+103+63=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #2C673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C673F is #D398C0. Grayscale: #505050. Windows color (decimal): -13867201 or 4155180. OLE color: 4155180.
HSL color Cylindrical-coordinate representation of color #2C673F: hue angle of 139.32º 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 #2C673F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 63 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.60 |
| HSL | 139.32º | 0.4% | 0.29% | - |
| HSV(B) | 139.32º | 0.57% | 0.4% | - |
| XYZ | 6.79 | 10.59 | 6.39 | - |
| YUV | 80.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 63 | 0.57 | 0 | 0.39 | 0.60 | 139.32 | 0.4 | 0.29 |
| Hex | 2C | 67 | 3F | 39 | 0 | 27 | 3C | 8B | 28 | 1D |
| Octal | 54 | 147 | 77 | 71 | 0 | 47 | 74 | 213 | 50 | 35 |
| Binary | 101100 | 1100111 | 111111 | 111001 | 0 | 100111 | 111100 | 10001011 | 101000 | 11101 |
Color Harmonies of #2C673F
Complementary color
Monochromatic Colors of #2C673F
Black with #2C673F
Text Example
Text Example
White with #2C673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C673F; }
p { color: rgb(44,103,63); }
H1.HeaderClassName
{
color: #2C673F;
}
.AnyTagClassName
{
color: #2C673F;
}
</style>
background-color css
<style>
a { background-color: #2C673F; }
a { background-color: rgb(44,103,63); }
div.DivClassName
{
background-color: #2C673F;
}
.BgClassName
{
background-color: #2C673F;
}
</style>
border-color css
<style>
span { border-color: #2C673F; }
span { border-color: rgb(44,103,63); }
td.TdClassName
{
border-color: #2C673F;
}
.TagClassName
{
border-color: #2C673F;
}
</style>