Shades of Cyprus #023B37
Tints of Cyprus #023B37
RGB
CMYK
RGB Variations
Color information
#023B37 (or 0x023B37) is known color: Cyprus. HEX triplet: 02, 3B and 37. RGB value is (2,59,55). Sum of RGB (Red+Green+Blue) = 2+59+55=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #023B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B37 is #FDC4C8. Grayscale: #292929. Windows color (decimal): -16630985 or 3619586. OLE color: 3619586.
HSL color Cylindrical-coordinate representation of color #023B37: hue angle of 175.79º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023B37 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 55 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.77 |
| HSL | 175.79º | 0.93% | 0.12% | - |
| HSV(B) | 175.79º | 0.97% | 0.23% | - |
| XYZ | 2.28 | 3.42 | 4.15 | - |
| YUV | 41.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 55 | 0.97 | 0 | 0.07 | 0.77 | 175.79 | 0.93 | 0.12 |
| Hex | 2 | 3B | 37 | 61 | 0 | 7 | 4D | B0 | 5D | C |
| Octal | 2 | 73 | 67 | 141 | 0 | 7 | 115 | 260 | 135 | 14 |
| Binary | 10 | 111011 | 110111 | 1100001 | 0 | 111 | 1001101 | 10110000 | 1011101 | 1100 |
Color Harmonies of #023B37
Complementary color
Monochromatic Colors of #023B37
Black with #023B37
Text Example
Text Example
White with #023B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B37; }
p { color: rgb(2,59,55); }
H1.HeaderClassName
{
color: #023B37;
}
.AnyTagClassName
{
color: #023B37;
}
</style>
background-color css
<style>
a { background-color: #023B37; }
a { background-color: rgb(2,59,55); }
div.DivClassName
{
background-color: #023B37;
}
.BgClassName
{
background-color: #023B37;
}
</style>
border-color css
<style>
span { border-color: #023B37; }
span { border-color: rgb(2,59,55); }
td.TdClassName
{
border-color: #023B37;
}
.TagClassName
{
border-color: #023B37;
}
</style>