Shades of Camarone #2A633C
Tints of Camarone #2A633C
RGB
CMYK
RGB Variations
Color information
#2A633C (or 0x2A633C) is known color: Camarone. HEX triplet: 2A, 63 and 3C. RGB value is (42,99,60). Sum of RGB (Red+Green+Blue) = 42+99+60=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #2A633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A633C is #D59CC3. Grayscale: #4D4D4D. Windows color (decimal): -13999300 or 3957546. OLE color: 3957546.
HSL color Cylindrical-coordinate representation of color #2A633C: hue angle of 138.95º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A633C is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 60 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.61 |
| HSL | 138.95º | 0.4% | 0.28% | - |
| HSV(B) | 138.95º | 0.58% | 0.39% | - |
| XYZ | 6.23 | 9.74 | 5.83 | - |
| YUV | 77.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 60 | 0.58 | 0 | 0.39 | 0.61 | 138.95 | 0.4 | 0.28 |
| Hex | 2A | 63 | 3C | 3A | 0 | 27 | 3D | 8B | 28 | 1C |
| Octal | 52 | 143 | 74 | 72 | 0 | 47 | 75 | 213 | 50 | 34 |
| Binary | 101010 | 1100011 | 111100 | 111010 | 0 | 100111 | 111101 | 10001011 | 101000 | 11100 |
Color Harmonies of #2A633C
Complementary color
Monochromatic Colors of #2A633C
Black with #2A633C
Text Example
Text Example
White with #2A633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A633C; }
p { color: rgb(42,99,60); }
H1.HeaderClassName
{
color: #2A633C;
}
.AnyTagClassName
{
color: #2A633C;
}
</style>
background-color css
<style>
a { background-color: #2A633C; }
a { background-color: rgb(42,99,60); }
div.DivClassName
{
background-color: #2A633C;
}
.BgClassName
{
background-color: #2A633C;
}
</style>
border-color css
<style>
span { border-color: #2A633C; }
span { border-color: rgb(42,99,60); }
td.TdClassName
{
border-color: #2A633C;
}
.TagClassName
{
border-color: #2A633C;
}
</style>