Shades of Cyprus #02413C
Tints of Cyprus #02413C
RGB
CMYK
RGB Variations
Color information
#02413C (or 0x02413C) is known color: Cyprus. HEX triplet: 02, 41 and 3C. RGB value is (2,65,60). Sum of RGB (Red+Green+Blue) = 2+65+60=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #02413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02413C is #FDBEC3. Grayscale: #2D2D2D. Windows color (decimal): -16629444 or 3948802. OLE color: 3948802.
HSL color Cylindrical-coordinate representation of color #02413C: hue angle of 175.24º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02413C is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 60 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.75 |
| HSL | 175.24º | 0.94% | 0.13% | - |
| HSV(B) | 175.24º | 0.97% | 0.25% | - |
| XYZ | 2.73 | 4.12 | 4.93 | - |
| YUV | 45.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 60 | 0.97 | 0 | 0.08 | 0.75 | 175.24 | 0.94 | 0.13 |
| Hex | 2 | 41 | 3C | 61 | 0 | 8 | 4B | AF | 5E | D |
| Octal | 2 | 101 | 74 | 141 | 0 | 10 | 113 | 257 | 136 | 15 |
| Binary | 10 | 1000001 | 111100 | 1100001 | 0 | 1000 | 1001011 | 10101111 | 1011110 | 1101 |
Color Harmonies of #02413C
Complementary color
Monochromatic Colors of #02413C
Black with #02413C
Text Example
Text Example
White with #02413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02413C; }
p { color: rgb(2,65,60); }
H1.HeaderClassName
{
color: #02413C;
}
.AnyTagClassName
{
color: #02413C;
}
</style>
background-color css
<style>
a { background-color: #02413C; }
a { background-color: rgb(2,65,60); }
div.DivClassName
{
background-color: #02413C;
}
.BgClassName
{
background-color: #02413C;
}
</style>
border-color css
<style>
span { border-color: #02413C; }
span { border-color: rgb(2,65,60); }
td.TdClassName
{
border-color: #02413C;
}
.TagClassName
{
border-color: #02413C;
}
</style>