Shades of Cyprus #024C3C
Tints of Cyprus #024C3C
RGB
CMYK
RGB Variations
Color information
#024C3C (or 0x024C3C) is known color: Cyprus. HEX triplet: 02, 4C and 3C. RGB value is (2,76,60). Sum of RGB (Red+Green+Blue) = 2+76+60=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #024C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C3C is #FDB3C3. Grayscale: #343434. Windows color (decimal): -16626628 or 3951618. OLE color: 3951618.
HSL color Cylindrical-coordinate representation of color #024C3C: hue angle of 167.03º 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 #024C3C is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 76 | 60 | - |
| CMYK | 0.97 | 0 | 0.21 | 0.70 |
| HSL | 167.03º | 0.95% | 0.15% | - |
| HSV(B) | 167.03º | 0.97% | 0.3% | - |
| XYZ | 3.43 | 5.51 | 5.16 | - |
| YUV | 52.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 60 | 0.97 | 0 | 0.21 | 0.70 | 167.03 | 0.95 | 0.15 |
| Hex | 2 | 4C | 3C | 61 | 0 | 15 | 46 | A7 | 5F | F |
| Octal | 2 | 114 | 74 | 141 | 0 | 25 | 106 | 247 | 137 | 17 |
| Binary | 10 | 1001100 | 111100 | 1100001 | 0 | 10101 | 1000110 | 10100111 | 1011111 | 1111 |
Color Harmonies of #024C3C
Complementary color
Monochromatic Colors of #024C3C
Black with #024C3C
Text Example
Text Example
White with #024C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C3C; }
p { color: rgb(2,76,60); }
H1.HeaderClassName
{
color: #024C3C;
}
.AnyTagClassName
{
color: #024C3C;
}
</style>
background-color css
<style>
a { background-color: #024C3C; }
a { background-color: rgb(2,76,60); }
div.DivClassName
{
background-color: #024C3C;
}
.BgClassName
{
background-color: #024C3C;
}
</style>
border-color css
<style>
span { border-color: #024C3C; }
span { border-color: rgb(2,76,60); }
td.TdClassName
{
border-color: #024C3C;
}
.TagClassName
{
border-color: #024C3C;
}
</style>