Shades of Cyprus #02413D
Tints of Cyprus #02413D
RGB
CMYK
RGB Variations
Color information
#02413D (or 0x02413D) is known color: Cyprus. HEX triplet: 02, 41 and 3D. RGB value is (2,65,61). Sum of RGB (Red+Green+Blue) = 2+65+61=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #02413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02413D is #FDBEC2. Grayscale: #2D2D2D. Windows color (decimal): -16629443 or 4014338. OLE color: 4014338.
HSL color Cylindrical-coordinate representation of color #02413D: hue angle of 176.19º 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 #02413D is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 61 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.75 |
| HSL | 176.19º | 0.94% | 0.13% | - |
| HSV(B) | 176.19º | 0.97% | 0.25% | - |
| XYZ | 2.76 | 4.13 | 5.07 | - |
| YUV | 45.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 61 | 0.97 | 0 | 0.06 | 0.75 | 176.19 | 0.94 | 0.13 |
| Hex | 2 | 41 | 3D | 61 | 0 | 6 | 4B | B0 | 5E | D |
| Octal | 2 | 101 | 75 | 141 | 0 | 6 | 113 | 260 | 136 | 15 |
| Binary | 10 | 1000001 | 111101 | 1100001 | 0 | 110 | 1001011 | 10110000 | 1011110 | 1101 |
Color Harmonies of #02413D
Complementary color
Monochromatic Colors of #02413D
Black with #02413D
Text Example
Text Example
White with #02413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02413D; }
p { color: rgb(2,65,61); }
H1.HeaderClassName
{
color: #02413D;
}
.AnyTagClassName
{
color: #02413D;
}
</style>
background-color css
<style>
a { background-color: #02413D; }
a { background-color: rgb(2,65,61); }
div.DivClassName
{
background-color: #02413D;
}
.BgClassName
{
background-color: #02413D;
}
</style>
border-color css
<style>
span { border-color: #02413D; }
span { border-color: rgb(2,65,61); }
td.TdClassName
{
border-color: #02413D;
}
.TagClassName
{
border-color: #02413D;
}
</style>