#02483C

Color #02483C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #02483C

Tints of Cyprus #02483C

Color information

#02483C (or 0x02483C) is unknown color: approx 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

RGB27260-
CMYK0.9700.170.72
HSL169.71º94.59%14.51%-
HSV(B)169.71º97.22%28.24%-
XYZ3.164.975.07-
YUV49.7133.8193.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=1.49%
G=53.73%
B=44.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272600.9700.170.72169.7194.5914.51
Hex2483C6101148aa5ff
Octal21107414102111025213717
Binary101001000111100110000101000110010001010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>