Shades of Camarone #027B2B
Tints of Camarone #027B2B
RGB
CMYK
RGB Variations
Color information
#027B2B (or 0x027B2B) is known color: Camarone. HEX triplet: 02, 7B and 2B. RGB value is (2,123,43). Sum of RGB (Red+Green+Blue) = 2+123+43=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 123 (48.44% from 255 or 73.21% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 123 - color contains mainly: green. Hex color #027B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027B2B is #FD84D4. Grayscale: #4D4D4D. Windows color (decimal): -16614613 or 2849538. OLE color: 2849538.
HSL color Cylindrical-coordinate representation of color #027B2B: hue angle of 140.33º 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 #027B2B is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 123 | 43 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.52 |
| HSL | 140.33º | 0.97% | 0.25% | - |
| HSV(B) | 140.33º | 0.98% | 0.48% | - |
| XYZ | 7.54 | 14.35 | 4.66 | - |
| YUV | 77.7 | 108.41 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 43 | 0.98 | 0 | 0.65 | 0.52 | 140.33 | 0.97 | 0.25 |
| Hex | 2 | 7B | 2B | 62 | 0 | 41 | 34 | 8C | 61 | 19 |
| Octal | 2 | 173 | 53 | 142 | 0 | 101 | 64 | 214 | 141 | 31 |
| Binary | 10 | 1111011 | 101011 | 1100010 | 0 | 1000001 | 110100 | 10001100 | 1100001 | 11001 |
Color Harmonies of #027B2B
Complementary color
Monochromatic Colors of #027B2B
Black with #027B2B
Text Example
Text Example
White with #027B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B2B; }
p { color: rgb(2,123,43); }
H1.HeaderClassName
{
color: #027B2B;
}
.AnyTagClassName
{
color: #027B2B;
}
</style>
background-color css
<style>
a { background-color: #027B2B; }
a { background-color: rgb(2,123,43); }
div.DivClassName
{
background-color: #027B2B;
}
.BgClassName
{
background-color: #027B2B;
}
</style>
border-color css
<style>
span { border-color: #027B2B; }
span { border-color: rgb(2,123,43); }
td.TdClassName
{
border-color: #027B2B;
}
.TagClassName
{
border-color: #027B2B;
}
</style>