Shades of Cyprus #024D3C
Tints of Cyprus #024D3C
RGB
CMYK
RGB Variations
Color information
#024D3C (or 0x024D3C) is known color: Cyprus. HEX triplet: 02, 4D and 3C. RGB value is (2,77,60). Sum of RGB (Red+Green+Blue) = 2+77+60=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #024D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024D3C is #FDB2C3. Grayscale: #343434. Windows color (decimal): -16626372 or 3951874. OLE color: 3951874.
HSL color Cylindrical-coordinate representation of color #024D3C: hue angle of 166.4º 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 #024D3C is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 77 | 60 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.70 |
| HSL | 166.4º | 0.95% | 0.15% | - |
| HSV(B) | 166.4º | 0.97% | 0.3% | - |
| XYZ | 3.49 | 5.65 | 5.18 | - |
| YUV | 52.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 60 | 0.97 | 0 | 0.22 | 0.70 | 166.4 | 0.95 | 0.15 |
| Hex | 2 | 4D | 3C | 61 | 0 | 16 | 46 | A6 | 5F | F |
| Octal | 2 | 115 | 74 | 141 | 0 | 26 | 106 | 246 | 137 | 17 |
| Binary | 10 | 1001101 | 111100 | 1100001 | 0 | 10110 | 1000110 | 10100110 | 1011111 | 1111 |
Color Harmonies of #024D3C
Complementary color
Monochromatic Colors of #024D3C
Black with #024D3C
Text Example
Text Example
White with #024D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D3C; }
p { color: rgb(2,77,60); }
H1.HeaderClassName
{
color: #024D3C;
}
.AnyTagClassName
{
color: #024D3C;
}
</style>
background-color css
<style>
a { background-color: #024D3C; }
a { background-color: rgb(2,77,60); }
div.DivClassName
{
background-color: #024D3C;
}
.BgClassName
{
background-color: #024D3C;
}
</style>
border-color css
<style>
span { border-color: #024D3C; }
span { border-color: rgb(2,77,60); }
td.TdClassName
{
border-color: #024D3C;
}
.TagClassName
{
border-color: #024D3C;
}
</style>