Shades of Cyprus #024C3E
Tints of Cyprus #024C3E
RGB
CMYK
RGB Variations
Color information
#024C3E (or 0x024C3E) is known color: Cyprus. HEX triplet: 02, 4C and 3E. RGB value is (2,76,62). Sum of RGB (Red+Green+Blue) = 2+76+62=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #024C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C3E is #FDB3C1. Grayscale: #343434. Windows color (decimal): -16626626 or 4082690. OLE color: 4082690.
HSL color Cylindrical-coordinate representation of color #024C3E: hue angle of 168.65º 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 #024C3E is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 62 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.70 |
| HSL | 168.65º | 0.95% | 0.15% | - |
| HSV(B) | 168.65º | 0.97% | 0.3% | - |
| XYZ | 3.48 | 5.53 | 5.44 | - |
| YUV | 52.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 62 | 0.97 | 0 | 0.18 | 0.70 | 168.65 | 0.95 | 0.15 |
| Hex | 2 | 4C | 3E | 61 | 0 | 12 | 46 | A9 | 5F | F |
| Octal | 2 | 114 | 76 | 141 | 0 | 22 | 106 | 251 | 137 | 17 |
| Binary | 10 | 1001100 | 111110 | 1100001 | 0 | 10010 | 1000110 | 10101001 | 1011111 | 1111 |
Color Harmonies of #024C3E
Complementary color
Monochromatic Colors of #024C3E
Black with #024C3E
Text Example
Text Example
White with #024C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C3E; }
p { color: rgb(2,76,62); }
H1.HeaderClassName
{
color: #024C3E;
}
.AnyTagClassName
{
color: #024C3E;
}
</style>
background-color css
<style>
a { background-color: #024C3E; }
a { background-color: rgb(2,76,62); }
div.DivClassName
{
background-color: #024C3E;
}
.BgClassName
{
background-color: #024C3E;
}
</style>
border-color css
<style>
span { border-color: #024C3E; }
span { border-color: rgb(2,76,62); }
td.TdClassName
{
border-color: #024C3E;
}
.TagClassName
{
border-color: #024C3E;
}
</style>