Shades of Camarone #018127
Tints of Camarone #018127
RGB
CMYK
RGB Variations
Color information
#018127 (or 0x018127) is known color: Camarone. HEX triplet: 01, 81 and 27. RGB value is (1,129,39). Sum of RGB (Red+Green+Blue) = 1+129+39=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 129 (50.78% from 255 or 76.33% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 129 - color contains mainly: green. Hex color #018127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018127 is #FE7ED8. Grayscale: #505050. Windows color (decimal): -16678617 or 2588929. OLE color: 2588929.
HSL color Cylindrical-coordinate representation of color #018127: hue angle of 137.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018127 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 39 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.49 |
| HSL | 137.81º | 0.98% | 0.25% | - |
| HSV(B) | 137.81º | 0.99% | 0.51% | - |
| XYZ | 8.23 | 15.85 | 4.55 | - |
| YUV | 80.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 39 | 0.99 | 0 | 0.70 | 0.49 | 137.81 | 0.98 | 0.25 |
| Hex | 1 | 81 | 27 | 63 | 0 | 46 | 31 | 8A | 62 | 19 |
| Octal | 1 | 201 | 47 | 143 | 0 | 106 | 61 | 212 | 142 | 31 |
| Binary | 1 | 10000001 | 100111 | 1100011 | 0 | 1000110 | 110001 | 10001010 | 1100010 | 11001 |
Color Harmonies of #018127
Complementary color
Monochromatic Colors of #018127
Black with #018127
Text Example
Text Example
White with #018127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018127; }
p { color: rgb(1,129,39); }
H1.HeaderClassName
{
color: #018127;
}
.AnyTagClassName
{
color: #018127;
}
</style>
background-color css
<style>
a { background-color: #018127; }
a { background-color: rgb(1,129,39); }
div.DivClassName
{
background-color: #018127;
}
.BgClassName
{
background-color: #018127;
}
</style>
border-color css
<style>
span { border-color: #018127; }
span { border-color: rgb(1,129,39); }
td.TdClassName
{
border-color: #018127;
}
.TagClassName
{
border-color: #018127;
}
</style>