Shades of Cyprus #024E3E
Tints of Cyprus #024E3E
RGB
CMYK
RGB Variations
Color information
#024E3E (or 0x024E3E) is known color: Cyprus. HEX triplet: 02, 4E and 3E. RGB value is (2,78,62). Sum of RGB (Red+Green+Blue) = 2+78+62=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 78 (30.86% from 255 or 54.93% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 78 - color contains mainly: green. Hex color #024E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E3E is #FDB1C1. Grayscale: #353535. Windows color (decimal): -16626114 or 4083202. OLE color: 4083202.
HSL color Cylindrical-coordinate representation of color #024E3E: hue angle of 167.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E3E is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 62 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.69 |
| HSL | 167.37º | 0.95% | 0.16% | - |
| HSV(B) | 167.37º | 0.97% | 0.31% | - |
| XYZ | 3.62 | 5.81 | 5.49 | - |
| YUV | 53.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 62 | 0.97 | 0 | 0.21 | 0.69 | 167.37 | 0.95 | 0.16 |
| Hex | 2 | 4E | 3E | 61 | 0 | 15 | 45 | A7 | 5F | 10 |
| Octal | 2 | 116 | 76 | 141 | 0 | 25 | 105 | 247 | 137 | 20 |
| Binary | 10 | 1001110 | 111110 | 1100001 | 0 | 10101 | 1000101 | 10100111 | 1011111 | 10000 |
Color Harmonies of #024E3E
Complementary color
Monochromatic Colors of #024E3E
Black with #024E3E
Text Example
Text Example
White with #024E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E3E; }
p { color: rgb(2,78,62); }
H1.HeaderClassName
{
color: #024E3E;
}
.AnyTagClassName
{
color: #024E3E;
}
</style>
background-color css
<style>
a { background-color: #024E3E; }
a { background-color: rgb(2,78,62); }
div.DivClassName
{
background-color: #024E3E;
}
.BgClassName
{
background-color: #024E3E;
}
</style>
border-color css
<style>
span { border-color: #024E3E; }
span { border-color: rgb(2,78,62); }
td.TdClassName
{
border-color: #024E3E;
}
.TagClassName
{
border-color: #024E3E;
}
</style>