Shades of Camarone #017D25
Tints of Camarone #017D25
RGB
CMYK
RGB Variations
Color information
#017D25 (or 0x017D25) is known color: Camarone. HEX triplet: 01, 7D and 25. RGB value is (1,125,37). Sum of RGB (Red+Green+Blue) = 1+125+37=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 125 (49.22% from 255 or 76.69% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 125 - color contains mainly: green. Hex color #017D25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017D25 is #FE82DA. Grayscale: #4E4E4E. Windows color (decimal): -16679643 or 2456833. OLE color: 2456833.
HSL color Cylindrical-coordinate representation of color #017D25: hue angle of 137.42º 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 #017D25 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 37 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.51 |
| HSL | 137.42º | 0.98% | 0.25% | - |
| HSV(B) | 137.42º | 0.99% | 0.49% | - |
| XYZ | 7.68 | 14.81 | 4.2 | - |
| YUV | 77.89 | 104.92 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 37 | 0.99 | 0 | 0.70 | 0.51 | 137.42 | 0.98 | 0.25 |
| Hex | 1 | 7D | 25 | 63 | 0 | 46 | 33 | 89 | 62 | 19 |
| Octal | 1 | 175 | 45 | 143 | 0 | 106 | 63 | 211 | 142 | 31 |
| Binary | 1 | 1111101 | 100101 | 1100011 | 0 | 1000110 | 110011 | 10001001 | 1100010 | 11001 |
Color Harmonies of #017D25
Complementary color
Monochromatic Colors of #017D25
Black with #017D25
Text Example
Text Example
White with #017D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D25; }
p { color: rgb(1,125,37); }
H1.HeaderClassName
{
color: #017D25;
}
.AnyTagClassName
{
color: #017D25;
}
</style>
background-color css
<style>
a { background-color: #017D25; }
a { background-color: rgb(1,125,37); }
div.DivClassName
{
background-color: #017D25;
}
.BgClassName
{
background-color: #017D25;
}
</style>
border-color css
<style>
span { border-color: #017D25; }
span { border-color: rgb(1,125,37); }
td.TdClassName
{
border-color: #017D25;
}
.TagClassName
{
border-color: #017D25;
}
</style>