Shades of Cyprus #014F43
Tints of Cyprus #014F43
RGB
CMYK
RGB Variations
Color information
#014F43 (or 0x014F43) is known color: Cyprus. HEX triplet: 01, 4F and 43. RGB value is (1,79,67). Sum of RGB (Red+Green+Blue) = 1+79+67=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #014F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F43 is #FEB0BC. Grayscale: #363636. Windows color (decimal): -16691389 or 4411137. OLE color: 4411137.
HSL color Cylindrical-coordinate representation of color #014F43: hue angle of 170.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F43 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 79 | 67 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.69 |
| HSL | 170.77º | 0.98% | 0.16% | - |
| HSV(B) | 170.77º | 0.99% | 0.31% | - |
| XYZ | 3.82 | 6 | 6.27 | - |
| YUV | 54.31 | 135.16 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 67 | 0.99 | 0 | 0.15 | 0.69 | 170.77 | 0.98 | 0.16 |
| Hex | 1 | 4F | 43 | 63 | 0 | F | 45 | AB | 62 | 10 |
| Octal | 1 | 117 | 103 | 143 | 0 | 17 | 105 | 253 | 142 | 20 |
| Binary | 1 | 1001111 | 1000011 | 1100011 | 0 | 1111 | 1000101 | 10101011 | 1100010 | 10000 |
Color Harmonies of #014F43
Complementary color
Monochromatic Colors of #014F43
Black with #014F43
Text Example
Text Example
White with #014F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014F43; }
p { color: rgb(1,79,67); }
H1.HeaderClassName
{
color: #014F43;
}
.AnyTagClassName
{
color: #014F43;
}
</style>
background-color css
<style>
a { background-color: #014F43; }
a { background-color: rgb(1,79,67); }
div.DivClassName
{
background-color: #014F43;
}
.BgClassName
{
background-color: #014F43;
}
</style>
border-color css
<style>
span { border-color: #014F43; }
span { border-color: rgb(1,79,67); }
td.TdClassName
{
border-color: #014F43;
}
.TagClassName
{
border-color: #014F43;
}
</style>