Shades of Cyprus #024C41
Tints of Cyprus #024C41
RGB
CMYK
RGB Variations
Color information
#024C41 (or 0x024C41) is known color: Cyprus. HEX triplet: 02, 4C and 41. RGB value is (2,76,65). Sum of RGB (Red+Green+Blue) = 2+76+65=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #024C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C41 is #FDB3BE. Grayscale: #343434. Windows color (decimal): -16626623 or 4279298. OLE color: 4279298.
HSL color Cylindrical-coordinate representation of color #024C41: hue angle of 171.08º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C41 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 65 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.70 |
| HSL | 171.08º | 0.95% | 0.15% | - |
| HSV(B) | 171.08º | 0.97% | 0.3% | - |
| XYZ | 3.56 | 5.56 | 5.89 | - |
| YUV | 52.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 65 | 0.97 | 0 | 0.14 | 0.70 | 171.08 | 0.95 | 0.15 |
| Hex | 2 | 4C | 41 | 61 | 0 | E | 46 | AB | 5F | F |
| Octal | 2 | 114 | 101 | 141 | 0 | 16 | 106 | 253 | 137 | 17 |
| Binary | 10 | 1001100 | 1000001 | 1100001 | 0 | 1110 | 1000110 | 10101011 | 1011111 | 1111 |
Color Harmonies of #024C41
Complementary color
Monochromatic Colors of #024C41
Black with #024C41
Text Example
Text Example
White with #024C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C41; }
p { color: rgb(2,76,65); }
H1.HeaderClassName
{
color: #024C41;
}
.AnyTagClassName
{
color: #024C41;
}
</style>
background-color css
<style>
a { background-color: #024C41; }
a { background-color: rgb(2,76,65); }
div.DivClassName
{
background-color: #024C41;
}
.BgClassName
{
background-color: #024C41;
}
</style>
border-color css
<style>
span { border-color: #024C41; }
span { border-color: rgb(2,76,65); }
td.TdClassName
{
border-color: #024C41;
}
.TagClassName
{
border-color: #024C41;
}
</style>