Shades of Cyprus #024F3E
Tints of Cyprus #024F3E
RGB
CMYK
RGB Variations
Color information
#024F3E (or 0x024F3E) is known color: Cyprus. HEX triplet: 02, 4F and 3E. RGB value is (2,79,62). Sum of RGB (Red+Green+Blue) = 2+79+62=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #024F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F3E is #FDB0C1. Grayscale: #363636. Windows color (decimal): -16625858 or 4083458. OLE color: 4083458.
HSL color Cylindrical-coordinate representation of color #024F3E: hue angle of 166.75º 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 #024F3E is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 62 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.69 |
| HSL | 166.75º | 0.95% | 0.16% | - |
| HSV(B) | 166.75º | 0.97% | 0.31% | - |
| XYZ | 3.69 | 5.95 | 5.51 | - |
| YUV | 54.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 62 | 0.97 | 0 | 0.22 | 0.69 | 166.75 | 0.95 | 0.16 |
| Hex | 2 | 4F | 3E | 61 | 0 | 16 | 45 | A7 | 5F | 10 |
| Octal | 2 | 117 | 76 | 141 | 0 | 26 | 105 | 247 | 137 | 20 |
| Binary | 10 | 1001111 | 111110 | 1100001 | 0 | 10110 | 1000101 | 10100111 | 1011111 | 10000 |
Color Harmonies of #024F3E
Complementary color
Monochromatic Colors of #024F3E
Black with #024F3E
Text Example
Text Example
White with #024F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F3E; }
p { color: rgb(2,79,62); }
H1.HeaderClassName
{
color: #024F3E;
}
.AnyTagClassName
{
color: #024F3E;
}
</style>
background-color css
<style>
a { background-color: #024F3E; }
a { background-color: rgb(2,79,62); }
div.DivClassName
{
background-color: #024F3E;
}
.BgClassName
{
background-color: #024F3E;
}
</style>
border-color css
<style>
span { border-color: #024F3E; }
span { border-color: rgb(2,79,62); }
td.TdClassName
{
border-color: #024F3E;
}
.TagClassName
{
border-color: #024F3E;
}
</style>