Shades of Cyprus #023F37
Tints of Cyprus #023F37
RGB
CMYK
RGB Variations
Color information
#023F37 (or 0x023F37) is known color: Cyprus. HEX triplet: 02, 3F and 37. RGB value is (2,63,55). Sum of RGB (Red+Green+Blue) = 2+63+55=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #023F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F37 is #FDC0C8. Grayscale: #2B2B2B. Windows color (decimal): -16629961 or 3620610. OLE color: 3620610.
HSL color Cylindrical-coordinate representation of color #023F37: hue angle of 172.13º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F37 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 55 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.75 |
| HSL | 172.13º | 0.94% | 0.13% | - |
| HSV(B) | 172.13º | 0.97% | 0.25% | - |
| XYZ | 2.49 | 3.84 | 4.22 | - |
| YUV | 43.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 55 | 0.97 | 0 | 0.13 | 0.75 | 172.13 | 0.94 | 0.13 |
| Hex | 2 | 3F | 37 | 61 | 0 | D | 4B | AC | 5E | D |
| Octal | 2 | 77 | 67 | 141 | 0 | 15 | 113 | 254 | 136 | 15 |
| Binary | 10 | 111111 | 110111 | 1100001 | 0 | 1101 | 1001011 | 10101100 | 1011110 | 1101 |
Color Harmonies of #023F37
Complementary color
Monochromatic Colors of #023F37
Black with #023F37
Text Example
Text Example
White with #023F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F37; }
p { color: rgb(2,63,55); }
H1.HeaderClassName
{
color: #023F37;
}
.AnyTagClassName
{
color: #023F37;
}
</style>
background-color css
<style>
a { background-color: #023F37; }
a { background-color: rgb(2,63,55); }
div.DivClassName
{
background-color: #023F37;
}
.BgClassName
{
background-color: #023F37;
}
</style>
border-color css
<style>
span { border-color: #023F37; }
span { border-color: rgb(2,63,55); }
td.TdClassName
{
border-color: #023F37;
}
.TagClassName
{
border-color: #023F37;
}
</style>