Shades of Cyprus #02473D
Tints of Cyprus #02473D
RGB
CMYK
RGB Variations
Color information
#02473D (or 0x02473D) is known color: Cyprus. HEX triplet: 02, 47 and 3D. RGB value is (2,71,61). Sum of RGB (Red+Green+Blue) = 2+71+61=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #02473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02473D is #FDB8C2. Grayscale: #313131. Windows color (decimal): -16627907 or 4015874. OLE color: 4015874.
HSL color Cylindrical-coordinate representation of color #02473D: hue angle of 171.3º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02473D is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 71 | 61 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.72 |
| HSL | 171.3º | 0.95% | 0.14% | - |
| HSV(B) | 171.3º | 0.97% | 0.28% | - |
| XYZ | 3.12 | 4.86 | 5.19 | - |
| YUV | 49.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 61 | 0.97 | 0 | 0.14 | 0.72 | 171.3 | 0.95 | 0.14 |
| Hex | 2 | 47 | 3D | 61 | 0 | E | 48 | AB | 5F | E |
| Octal | 2 | 107 | 75 | 141 | 0 | 16 | 110 | 253 | 137 | 16 |
| Binary | 10 | 1000111 | 111101 | 1100001 | 0 | 1110 | 1001000 | 10101011 | 1011111 | 1110 |
Color Harmonies of #02473D
Complementary color
Monochromatic Colors of #02473D
Black with #02473D
Text Example
Text Example
White with #02473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02473D; }
p { color: rgb(2,71,61); }
H1.HeaderClassName
{
color: #02473D;
}
.AnyTagClassName
{
color: #02473D;
}
</style>
background-color css
<style>
a { background-color: #02473D; }
a { background-color: rgb(2,71,61); }
div.DivClassName
{
background-color: #02473D;
}
.BgClassName
{
background-color: #02473D;
}
</style>
border-color css
<style>
span { border-color: #02473D; }
span { border-color: rgb(2,71,61); }
td.TdClassName
{
border-color: #02473D;
}
.TagClassName
{
border-color: #02473D;
}
</style>