Shades of Cyprus #02453C
Tints of Cyprus #02453C
RGB
CMYK
RGB Variations
Color information
#02453C (or 0x02453C) is known color: Cyprus. HEX triplet: 02, 45 and 3C. RGB value is (2,69,60). Sum of RGB (Red+Green+Blue) = 2+69+60=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #02453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02453C is #FDBAC3. Grayscale: #2F2F2F. Windows color (decimal): -16628420 or 3949826. OLE color: 3949826.
HSL color Cylindrical-coordinate representation of color #02453C: hue angle of 171.94º 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 #02453C is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 60 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.73 |
| HSL | 171.94º | 0.94% | 0.14% | - |
| HSV(B) | 171.94º | 0.97% | 0.27% | - |
| XYZ | 2.97 | 4.6 | 5.01 | - |
| YUV | 47.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 60 | 0.97 | 0 | 0.13 | 0.73 | 171.94 | 0.94 | 0.14 |
| Hex | 2 | 45 | 3C | 61 | 0 | D | 49 | AC | 5E | E |
| Octal | 2 | 105 | 74 | 141 | 0 | 15 | 111 | 254 | 136 | 16 |
| Binary | 10 | 1000101 | 111100 | 1100001 | 0 | 1101 | 1001001 | 10101100 | 1011110 | 1110 |
Color Harmonies of #02453C
Complementary color
Monochromatic Colors of #02453C
Black with #02453C
Text Example
Text Example
White with #02453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02453C; }
p { color: rgb(2,69,60); }
H1.HeaderClassName
{
color: #02453C;
}
.AnyTagClassName
{
color: #02453C;
}
</style>
background-color css
<style>
a { background-color: #02453C; }
a { background-color: rgb(2,69,60); }
div.DivClassName
{
background-color: #02453C;
}
.BgClassName
{
background-color: #02453C;
}
</style>
border-color css
<style>
span { border-color: #02453C; }
span { border-color: rgb(2,69,60); }
td.TdClassName
{
border-color: #02453C;
}
.TagClassName
{
border-color: #02453C;
}
</style>