Shades of Camarone #2C673C
Tints of Camarone #2C673C
RGB
CMYK
RGB Variations
Color information
#2C673C (or 0x2C673C) is known color: Camarone. HEX triplet: 2C, 67 and 3C. RGB value is (44,103,60). Sum of RGB (Red+Green+Blue) = 44+103+60=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #2C673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C673C is #D398C3. Grayscale: #505050. Windows color (decimal): -13867204 or 3958572. OLE color: 3958572.
HSL color Cylindrical-coordinate representation of color #2C673C: hue angle of 136.27º 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 #2C673C is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 103 | 60 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.60 |
| HSL | 136.27º | 0.4% | 0.29% | - |
| HSV(B) | 136.27º | 0.57% | 0.4% | - |
| XYZ | 6.7 | 10.56 | 5.96 | - |
| YUV | 80.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 60 | 0.57 | 0 | 0.42 | 0.60 | 136.27 | 0.4 | 0.29 |
| Hex | 2C | 67 | 3C | 39 | 0 | 2A | 3C | 88 | 28 | 1D |
| Octal | 54 | 147 | 74 | 71 | 0 | 52 | 74 | 210 | 50 | 35 |
| Binary | 101100 | 1100111 | 111100 | 111001 | 0 | 101010 | 111100 | 10001000 | 101000 | 11101 |
Color Harmonies of #2C673C
Complementary color
Monochromatic Colors of #2C673C
Black with #2C673C
Text Example
Text Example
White with #2C673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C673C; }
p { color: rgb(44,103,60); }
H1.HeaderClassName
{
color: #2C673C;
}
.AnyTagClassName
{
color: #2C673C;
}
</style>
background-color css
<style>
a { background-color: #2C673C; }
a { background-color: rgb(44,103,60); }
div.DivClassName
{
background-color: #2C673C;
}
.BgClassName
{
background-color: #2C673C;
}
</style>
border-color css
<style>
span { border-color: #2C673C; }
span { border-color: rgb(44,103,60); }
td.TdClassName
{
border-color: #2C673C;
}
.TagClassName
{
border-color: #2C673C;
}
</style>