Shades of Cyprus #02423E
Tints of Cyprus #02423E
RGB
CMYK
RGB Variations
Color information
#02423E (or 0x02423E) is known color: Cyprus. HEX triplet: 02, 42 and 3E. RGB value is (2,66,62). Sum of RGB (Red+Green+Blue) = 2+66+62=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #02423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02423E is #FDBDC1. Grayscale: #2E2E2E. Windows color (decimal): -16629186 or 4080130. OLE color: 4080130.
HSL color Cylindrical-coordinate representation of color #02423E: hue angle of 176.25º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02423E is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 62 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.74 |
| HSL | 176.25º | 0.94% | 0.13% | - |
| HSV(B) | 176.25º | 0.97% | 0.26% | - |
| XYZ | 2.84 | 4.26 | 5.23 | - |
| YUV | 46.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 62 | 0.97 | 0 | 0.06 | 0.74 | 176.25 | 0.94 | 0.13 |
| Hex | 2 | 42 | 3E | 61 | 0 | 6 | 4A | B0 | 5E | D |
| Octal | 2 | 102 | 76 | 141 | 0 | 6 | 112 | 260 | 136 | 15 |
| Binary | 10 | 1000010 | 111110 | 1100001 | 0 | 110 | 1001010 | 10110000 | 1011110 | 1101 |
Color Harmonies of #02423E
Complementary color
Monochromatic Colors of #02423E
Black with #02423E
Text Example
Text Example
White with #02423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02423E; }
p { color: rgb(2,66,62); }
H1.HeaderClassName
{
color: #02423E;
}
.AnyTagClassName
{
color: #02423E;
}
</style>
background-color css
<style>
a { background-color: #02423E; }
a { background-color: rgb(2,66,62); }
div.DivClassName
{
background-color: #02423E;
}
.BgClassName
{
background-color: #02423E;
}
</style>
border-color css
<style>
span { border-color: #02423E; }
span { border-color: rgb(2,66,62); }
td.TdClassName
{
border-color: #02423E;
}
.TagClassName
{
border-color: #02423E;
}
</style>