Shades of Cyprus #024A41
Tints of Cyprus #024A41
RGB
CMYK
RGB Variations
Color information
#024A41 (or 0x024A41) is known color: Cyprus. HEX triplet: 02, 4A and 41. RGB value is (2,74,65). Sum of RGB (Red+Green+Blue) = 2+74+65=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #024A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A41 is #FDB5BE. Grayscale: #333333. Windows color (decimal): -16627135 or 4278786. OLE color: 4278786.
HSL color Cylindrical-coordinate representation of color #024A41: hue angle of 172.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A41 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 65 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.71 |
| HSL | 172.5º | 0.95% | 0.15% | - |
| HSV(B) | 172.5º | 0.97% | 0.29% | - |
| XYZ | 3.43 | 5.29 | 5.84 | - |
| YUV | 51.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 65 | 0.97 | 0 | 0.12 | 0.71 | 172.5 | 0.95 | 0.15 |
| Hex | 2 | 4A | 41 | 61 | 0 | C | 47 | AC | 5F | F |
| Octal | 2 | 112 | 101 | 141 | 0 | 14 | 107 | 254 | 137 | 17 |
| Binary | 10 | 1001010 | 1000001 | 1100001 | 0 | 1100 | 1000111 | 10101100 | 1011111 | 1111 |
Color Harmonies of #024A41
Complementary color
Monochromatic Colors of #024A41
Black with #024A41
Text Example
Text Example
White with #024A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A41; }
p { color: rgb(2,74,65); }
H1.HeaderClassName
{
color: #024A41;
}
.AnyTagClassName
{
color: #024A41;
}
</style>
background-color css
<style>
a { background-color: #024A41; }
a { background-color: rgb(2,74,65); }
div.DivClassName
{
background-color: #024A41;
}
.BgClassName
{
background-color: #024A41;
}
</style>
border-color css
<style>
span { border-color: #024A41; }
span { border-color: rgb(2,74,65); }
td.TdClassName
{
border-color: #024A41;
}
.TagClassName
{
border-color: #024A41;
}
</style>