Shades of Cyprus #024D43
Tints of Cyprus #024D43
RGB
CMYK
RGB Variations
Color information
#024D43 (or 0x024D43) is known color: Cyprus. HEX triplet: 02, 4D and 43. RGB value is (2,77,67). Sum of RGB (Red+Green+Blue) = 2+77+67=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #024D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D43 is #FDB2BC. Grayscale: #353535. Windows color (decimal): -16626365 or 4410626. OLE color: 4410626.
HSL color Cylindrical-coordinate representation of color #024D43: hue angle of 172º 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 #024D43 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 67 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.70 |
| HSL | 172º | 0.95% | 0.15% | - |
| HSV(B) | 172º | 0.97% | 0.3% | - |
| XYZ | 3.69 | 5.73 | 6.22 | - |
| YUV | 53.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 67 | 0.97 | 0 | 0.13 | 0.70 | 172 | 0.95 | 0.15 |
| Hex | 2 | 4D | 43 | 61 | 0 | D | 46 | AC | 5F | F |
| Octal | 2 | 115 | 103 | 141 | 0 | 15 | 106 | 254 | 137 | 17 |
| Binary | 10 | 1001101 | 1000011 | 1100001 | 0 | 1101 | 1000110 | 10101100 | 1011111 | 1111 |
Color Harmonies of #024D43
Complementary color
Monochromatic Colors of #024D43
Black with #024D43
Text Example
Text Example
White with #024D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D43; }
p { color: rgb(2,77,67); }
H1.HeaderClassName
{
color: #024D43;
}
.AnyTagClassName
{
color: #024D43;
}
</style>
background-color css
<style>
a { background-color: #024D43; }
a { background-color: rgb(2,77,67); }
div.DivClassName
{
background-color: #024D43;
}
.BgClassName
{
background-color: #024D43;
}
</style>
border-color css
<style>
span { border-color: #024D43; }
span { border-color: rgb(2,77,67); }
td.TdClassName
{
border-color: #024D43;
}
.TagClassName
{
border-color: #024D43;
}
</style>