Shades of Camarone #007C2A
Tints of Camarone #007C2A
RGB
CMYK
RGB Variations
Color information
#007C2A (or 0x007C2A) is known color: Camarone. HEX triplet: 00, 7C and 2A. RGB value is (0,124,42). Sum of RGB (Red+Green+Blue) = 0+124+42=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 124 (48.83% from 255 or 74.70% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 124 - color contains mainly: green. Hex color #007C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007C2A is #FF83D5. Grayscale: #4D4D4D. Windows color (decimal): -16745430 or 2784256. OLE color: 2784256.
HSL color Cylindrical-coordinate representation of color #007C2A: hue angle of 140.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C2A is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 124 | 42 | - |
| CMYK | 1 | 0 | 0.66 | 0.51 |
| HSL | 140.32º | 1% | 0.24% | - |
| HSV(B) | 140.32º | 1% | 0.49% | - |
| XYZ | 7.63 | 14.58 | 4.6 | - |
| YUV | 77.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 42 | 1 | 0 | 0.66 | 0.51 | 140.32 | 1 | 0.24 |
| Hex | 0 | 7C | 2A | 64 | 0 | 42 | 33 | 8C | 64 | 18 |
| Octal | 0 | 174 | 52 | 144 | 0 | 102 | 63 | 214 | 144 | 30 |
| Binary | 0 | 1111100 | 101010 | 1100100 | 0 | 1000010 | 110011 | 10001100 | 1100100 | 11000 |
Color Harmonies of #007C2A
Complementary color
Monochromatic Colors of #007C2A
Black with #007C2A
Text Example
Text Example
White with #007C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007C2A; }
p { color: rgb(0,124,42); }
H1.HeaderClassName
{
color: #007C2A;
}
.AnyTagClassName
{
color: #007C2A;
}
</style>
background-color css
<style>
a { background-color: #007C2A; }
a { background-color: rgb(0,124,42); }
div.DivClassName
{
background-color: #007C2A;
}
.BgClassName
{
background-color: #007C2A;
}
</style>
border-color css
<style>
span { border-color: #007C2A; }
span { border-color: rgb(0,124,42); }
td.TdClassName
{
border-color: #007C2A;
}
.TagClassName
{
border-color: #007C2A;
}
</style>