Shades of Cyprus #02483C
Tints of Cyprus #02483C
RGB
CMYK
RGB Variations
Color information
#02483C (or 0x02483C) is known color: Cyprus. HEX triplet: 02, 48 and 3C. RGB value is (2,72,60). Sum of RGB (Red+Green+Blue) = 2+72+60=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #02483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02483C is #FDB7C3. Grayscale: #313131. Windows color (decimal): -16627652 or 3950594. OLE color: 3950594.
HSL color Cylindrical-coordinate representation of color #02483C: hue angle of 169.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02483C is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 72 | 60 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.72 |
| HSL | 169.71º | 0.95% | 0.15% | - |
| HSV(B) | 169.71º | 0.97% | 0.28% | - |
| XYZ | 3.16 | 4.97 | 5.07 | - |
| YUV | 49.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 60 | 0.97 | 0 | 0.17 | 0.72 | 169.71 | 0.95 | 0.15 |
| Hex | 2 | 48 | 3C | 61 | 0 | 11 | 48 | AA | 5F | F |
| Octal | 2 | 110 | 74 | 141 | 0 | 21 | 110 | 252 | 137 | 17 |
| Binary | 10 | 1001000 | 111100 | 1100001 | 0 | 10001 | 1001000 | 10101010 | 1011111 | 1111 |
Color Harmonies of #02483C
Complementary color
Monochromatic Colors of #02483C
Black with #02483C
Text Example
Text Example
White with #02483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02483C; }
p { color: rgb(2,72,60); }
H1.HeaderClassName
{
color: #02483C;
}
.AnyTagClassName
{
color: #02483C;
}
</style>
background-color css
<style>
a { background-color: #02483C; }
a { background-color: rgb(2,72,60); }
div.DivClassName
{
background-color: #02483C;
}
.BgClassName
{
background-color: #02483C;
}
</style>
border-color css
<style>
span { border-color: #02483C; }
span { border-color: rgb(2,72,60); }
td.TdClassName
{
border-color: #02483C;
}
.TagClassName
{
border-color: #02483C;
}
</style>