Shades of Camarone #027A22
Tints of Camarone #027A22
RGB
CMYK
RGB Variations
Color information
#027A22 (or 0x027A22) is known color: Camarone. HEX triplet: 02, 7A and 22. RGB value is (2,122,34). Sum of RGB (Red+Green+Blue) = 2+122+34=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 122 (48.05% from 255 or 77.22% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 122 - color contains mainly: green. Hex color #027A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A22 is #FD85DD. Grayscale: #4C4C4C. Windows color (decimal): -16614878 or 2259458. OLE color: 2259458.
HSL color Cylindrical-coordinate representation of color #027A22: hue angle of 136º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A22 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 34 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.52 |
| HSL | 136º | 0.97% | 0.24% | - |
| HSV(B) | 136º | 0.98% | 0.48% | - |
| XYZ | 7.27 | 14.05 | 3.84 | - |
| YUV | 76.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 34 | 0.98 | 0 | 0.72 | 0.52 | 136 | 0.97 | 0.24 |
| Hex | 2 | 7A | 22 | 62 | 0 | 48 | 34 | 88 | 61 | 18 |
| Octal | 2 | 172 | 42 | 142 | 0 | 110 | 64 | 210 | 141 | 30 |
| Binary | 10 | 1111010 | 100010 | 1100010 | 0 | 1001000 | 110100 | 10001000 | 1100001 | 11000 |
Color Harmonies of #027A22
Complementary color
Monochromatic Colors of #027A22
Black with #027A22
Text Example
Text Example
White with #027A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A22; }
p { color: rgb(2,122,34); }
H1.HeaderClassName
{
color: #027A22;
}
.AnyTagClassName
{
color: #027A22;
}
</style>
background-color css
<style>
a { background-color: #027A22; }
a { background-color: rgb(2,122,34); }
div.DivClassName
{
background-color: #027A22;
}
.BgClassName
{
background-color: #027A22;
}
</style>
border-color css
<style>
span { border-color: #027A22; }
span { border-color: rgb(2,122,34); }
td.TdClassName
{
border-color: #027A22;
}
.TagClassName
{
border-color: #027A22;
}
</style>