Shades of Cyprus #02443D
Tints of Cyprus #02443D
RGB
CMYK
RGB Variations
Color information
#02443D (or 0x02443D) is known color: Cyprus. HEX triplet: 02, 44 and 3D. RGB value is (2,68,61). Sum of RGB (Red+Green+Blue) = 2+68+61=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #02443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02443D is #FDBBC2. Grayscale: #2F2F2F. Windows color (decimal): -16628675 or 4015106. OLE color: 4015106.
HSL color Cylindrical-coordinate representation of color #02443D: hue angle of 173.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02443D is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 61 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.73 |
| HSL | 173.64º | 0.94% | 0.14% | - |
| HSV(B) | 173.64º | 0.97% | 0.27% | - |
| XYZ | 2.93 | 4.48 | 5.13 | - |
| YUV | 47.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 61 | 0.97 | 0 | 0.10 | 0.73 | 173.64 | 0.94 | 0.14 |
| Hex | 2 | 44 | 3D | 61 | 0 | A | 49 | AE | 5E | E |
| Octal | 2 | 104 | 75 | 141 | 0 | 12 | 111 | 256 | 136 | 16 |
| Binary | 10 | 1000100 | 111101 | 1100001 | 0 | 1010 | 1001001 | 10101110 | 1011110 | 1110 |
Color Harmonies of #02443D
Complementary color
Monochromatic Colors of #02443D
Black with #02443D
Text Example
Text Example
White with #02443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02443D; }
p { color: rgb(2,68,61); }
H1.HeaderClassName
{
color: #02443D;
}
.AnyTagClassName
{
color: #02443D;
}
</style>
background-color css
<style>
a { background-color: #02443D; }
a { background-color: rgb(2,68,61); }
div.DivClassName
{
background-color: #02443D;
}
.BgClassName
{
background-color: #02443D;
}
</style>
border-color css
<style>
span { border-color: #02443D; }
span { border-color: rgb(2,68,61); }
td.TdClassName
{
border-color: #02443D;
}
.TagClassName
{
border-color: #02443D;
}
</style>