Shades of Camarone #027B28
Tints of Camarone #027B28
RGB
CMYK
RGB Variations
Color information
#027B28 (or 0x027B28) is known color: Camarone. HEX triplet: 02, 7B and 28. RGB value is (2,123,40). Sum of RGB (Red+Green+Blue) = 2+123+40=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 123 (48.44% from 255 or 74.55% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 123 - color contains mainly: green. Hex color #027B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B28 is #FD84D7. Grayscale: #4D4D4D. Windows color (decimal): -16614616 or 2652930. OLE color: 2652930.
HSL color Cylindrical-coordinate representation of color #027B28: hue angle of 138.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B28 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 123 | 40 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.52 |
| HSL | 138.84º | 0.97% | 0.25% | - |
| HSV(B) | 138.84º | 0.98% | 0.48% | - |
| XYZ | 7.49 | 14.33 | 4.38 | - |
| YUV | 77.36 | 106.91 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 40 | 0.98 | 0 | 0.67 | 0.52 | 138.84 | 0.97 | 0.25 |
| Hex | 2 | 7B | 28 | 62 | 0 | 43 | 34 | 8B | 61 | 19 |
| Octal | 2 | 173 | 50 | 142 | 0 | 103 | 64 | 213 | 141 | 31 |
| Binary | 10 | 1111011 | 101000 | 1100010 | 0 | 1000011 | 110100 | 10001011 | 1100001 | 11001 |
Color Harmonies of #027B28
Complementary color
Monochromatic Colors of #027B28
Black with #027B28
Text Example
Text Example
White with #027B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B28; }
p { color: rgb(2,123,40); }
H1.HeaderClassName
{
color: #027B28;
}
.AnyTagClassName
{
color: #027B28;
}
</style>
background-color css
<style>
a { background-color: #027B28; }
a { background-color: rgb(2,123,40); }
div.DivClassName
{
background-color: #027B28;
}
.BgClassName
{
background-color: #027B28;
}
</style>
border-color css
<style>
span { border-color: #027B28; }
span { border-color: rgb(2,123,40); }
td.TdClassName
{
border-color: #027B28;
}
.TagClassName
{
border-color: #027B28;
}
</style>