Shades of Camarone #017D29
Tints of Camarone #017D29
RGB
CMYK
RGB Variations
Color information
#017D29 (or 0x017D29) is known color: Camarone. HEX triplet: 01, 7D and 29. RGB value is (1,125,41). Sum of RGB (Red+Green+Blue) = 1+125+41=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 125 (49.22% from 255 or 74.85% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 125 - color contains mainly: green. Hex color #017D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D29 is #FE82D6. Grayscale: #4E4E4E. Windows color (decimal): -16679639 or 2718977. OLE color: 2718977.
HSL color Cylindrical-coordinate representation of color #017D29: hue angle of 139.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D29 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 41 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.51 |
| HSL | 139.35º | 0.98% | 0.25% | - |
| HSV(B) | 139.35º | 0.99% | 0.49% | - |
| XYZ | 7.75 | 14.83 | 4.55 | - |
| YUV | 78.35 | 106.92 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 41 | 0.99 | 0 | 0.67 | 0.51 | 139.35 | 0.98 | 0.25 |
| Hex | 1 | 7D | 29 | 63 | 0 | 43 | 33 | 8B | 62 | 19 |
| Octal | 1 | 175 | 51 | 143 | 0 | 103 | 63 | 213 | 142 | 31 |
| Binary | 1 | 1111101 | 101001 | 1100011 | 0 | 1000011 | 110011 | 10001011 | 1100010 | 11001 |
Color Harmonies of #017D29
Complementary color
Monochromatic Colors of #017D29
Black with #017D29
Text Example
Text Example
White with #017D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D29; }
p { color: rgb(1,125,41); }
H1.HeaderClassName
{
color: #017D29;
}
.AnyTagClassName
{
color: #017D29;
}
</style>
background-color css
<style>
a { background-color: #017D29; }
a { background-color: rgb(1,125,41); }
div.DivClassName
{
background-color: #017D29;
}
.BgClassName
{
background-color: #017D29;
}
</style>
border-color css
<style>
span { border-color: #017D29; }
span { border-color: rgb(1,125,41); }
td.TdClassName
{
border-color: #017D29;
}
.TagClassName
{
border-color: #017D29;
}
</style>