Shades of Cyprus #023F39
Tints of Cyprus #023F39
RGB
CMYK
RGB Variations
Color information
#023F39 (or 0x023F39) is known color: Cyprus. HEX triplet: 02, 3F and 39. RGB value is (2,63,57). Sum of RGB (Red+Green+Blue) = 2+63+57=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 63 (25% from 255 or 51.64% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 63 - color contains mainly: green. Hex color #023F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F39 is #FDC0C6. Grayscale: #2C2C2C. Windows color (decimal): -16629959 or 3751682. OLE color: 3751682.
HSL color Cylindrical-coordinate representation of color #023F39: hue angle of 174.1º 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 #023F39 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 57 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.75 |
| HSL | 174.1º | 0.94% | 0.13% | - |
| HSV(B) | 174.1º | 0.97% | 0.25% | - |
| XYZ | 2.54 | 3.86 | 4.48 | - |
| YUV | 44.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 57 | 0.97 | 0 | 0.10 | 0.75 | 174.1 | 0.94 | 0.13 |
| Hex | 2 | 3F | 39 | 61 | 0 | A | 4B | AE | 5E | D |
| Octal | 2 | 77 | 71 | 141 | 0 | 12 | 113 | 256 | 136 | 15 |
| Binary | 10 | 111111 | 111001 | 1100001 | 0 | 1010 | 1001011 | 10101110 | 1011110 | 1101 |
Color Harmonies of #023F39
Complementary color
Monochromatic Colors of #023F39
Black with #023F39
Text Example
Text Example
White with #023F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F39; }
p { color: rgb(2,63,57); }
H1.HeaderClassName
{
color: #023F39;
}
.AnyTagClassName
{
color: #023F39;
}
</style>
background-color css
<style>
a { background-color: #023F39; }
a { background-color: rgb(2,63,57); }
div.DivClassName
{
background-color: #023F39;
}
.BgClassName
{
background-color: #023F39;
}
</style>
border-color css
<style>
span { border-color: #023F39; }
span { border-color: rgb(2,63,57); }
td.TdClassName
{
border-color: #023F39;
}
.TagClassName
{
border-color: #023F39;
}
</style>