Shades of Cyprus #024B3E
Tints of Cyprus #024B3E
RGB
CMYK
RGB Variations
Color information
#024B3E (or 0x024B3E) is known color: Cyprus. HEX triplet: 02, 4B and 3E. RGB value is (2,75,62). Sum of RGB (Red+Green+Blue) = 2+75+62=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #024B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B3E is #FDB4C1. Grayscale: #333333. Windows color (decimal): -16626882 or 4082434. OLE color: 4082434.
HSL color Cylindrical-coordinate representation of color #024B3E: hue angle of 169.32º 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 #024B3E is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 75 | 62 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.71 |
| HSL | 169.32º | 0.95% | 0.15% | - |
| HSV(B) | 169.32º | 0.97% | 0.29% | - |
| XYZ | 3.41 | 5.39 | 5.42 | - |
| YUV | 51.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 62 | 0.97 | 0 | 0.17 | 0.71 | 169.32 | 0.95 | 0.15 |
| Hex | 2 | 4B | 3E | 61 | 0 | 11 | 47 | A9 | 5F | F |
| Octal | 2 | 113 | 76 | 141 | 0 | 21 | 107 | 251 | 137 | 17 |
| Binary | 10 | 1001011 | 111110 | 1100001 | 0 | 10001 | 1000111 | 10101001 | 1011111 | 1111 |
Color Harmonies of #024B3E
Complementary color
Monochromatic Colors of #024B3E
Black with #024B3E
Text Example
Text Example
White with #024B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B3E; }
p { color: rgb(2,75,62); }
H1.HeaderClassName
{
color: #024B3E;
}
.AnyTagClassName
{
color: #024B3E;
}
</style>
background-color css
<style>
a { background-color: #024B3E; }
a { background-color: rgb(2,75,62); }
div.DivClassName
{
background-color: #024B3E;
}
.BgClassName
{
background-color: #024B3E;
}
</style>
border-color css
<style>
span { border-color: #024B3E; }
span { border-color: rgb(2,75,62); }
td.TdClassName
{
border-color: #024B3E;
}
.TagClassName
{
border-color: #024B3E;
}
</style>