Shades of Camarone #007E29
Tints of Camarone #007E29
RGB
CMYK
RGB Variations
Color information
#007E29 (or 0x007E29) is known color: Camarone. HEX triplet: 00, 7E and 29. RGB value is (0,126,41). Sum of RGB (Red+Green+Blue) = 0+126+41=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 126 (49.61% from 255 or 75.45% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 126 - color contains mainly: green. Hex color #007E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007E29 is #FF81D6. Grayscale: #4E4E4E. Windows color (decimal): -16744919 or 2719232. OLE color: 2719232.
HSL color Cylindrical-coordinate representation of color #007E29: hue angle of 139.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E29 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 126 | 41 | - |
| CMYK | 1 | 0 | 0.67 | 0.51 |
| HSL | 139.52º | 1% | 0.25% | - |
| HSV(B) | 139.52º | 1% | 0.49% | - |
| XYZ | 7.86 | 15.08 | 4.59 | - |
| YUV | 78.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 126 | 41 | 1 | 0 | 0.67 | 0.51 | 139.52 | 1 | 0.25 |
| Hex | 0 | 7E | 29 | 64 | 0 | 43 | 33 | 8C | 64 | 19 |
| Octal | 0 | 176 | 51 | 144 | 0 | 103 | 63 | 214 | 144 | 31 |
| Binary | 0 | 1111110 | 101001 | 1100100 | 0 | 1000011 | 110011 | 10001100 | 1100100 | 11001 |
Color Harmonies of #007E29
Complementary color
Monochromatic Colors of #007E29
Black with #007E29
Text Example
Text Example
White with #007E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007E29; }
p { color: rgb(0,126,41); }
H1.HeaderClassName
{
color: #007E29;
}
.AnyTagClassName
{
color: #007E29;
}
</style>
background-color css
<style>
a { background-color: #007E29; }
a { background-color: rgb(0,126,41); }
div.DivClassName
{
background-color: #007E29;
}
.BgClassName
{
background-color: #007E29;
}
</style>
border-color css
<style>
span { border-color: #007E29; }
span { border-color: rgb(0,126,41); }
td.TdClassName
{
border-color: #007E29;
}
.TagClassName
{
border-color: #007E29;
}
</style>