#02483A

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

Shades of Cyprus #02483A

Tints of Cyprus #02483A

Color information

#02483A (or 0x02483A) is unknown color: approx Cyprus. HEX triplet: 02, 48 and 3A. RGB value is (2,72,58). Sum of RGB (Red+Green+Blue) = 2+72+58=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #02483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02483A is #FDB7C5. Grayscale: #313131. Windows color (decimal): -16627654 or 3819522. OLE color: 3819522.

HSL color Cylindrical-coordinate representation of color #02483A: hue angle of 168º 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 #02483A is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB27258-
CMYK0.9700.190.72
HSL168º94.59%14.51%-
HSV(B)168º97.22%28.24%-
XYZ3.114.954.8-
YUV49.47132.8194.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=1.52%
G=54.55%
B=43.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272580.9700.190.7216894.5914.51
Hex2483A6101348a85ff
Octal21107214102311025013717
Binary101001000111010110000101001110010001010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02483A; }

 p { color: rgb(2,72,58); }

 H1.HeaderClassName
 {
   color: #02483A;
 }
 .AnyTagClassName
 {
   color: #02483A;
 }
</style>
background-color css

<style>
 a { background-color: #02483A; }

 a { background-color: rgb(2,72,58); }

 div.DivClassName
 {
   background-color: #02483A;
 }
 .BgClassName
 {
   background-color: #02483A;
 }
</style>
border-color css

<style>
 span { border-color: #02483A; }

 span { border-color: rgb(2,72,58); }

 td.TdClassName
 {
   border-color: #02483A;
 }
 .TagClassName
 {
   border-color: #02483A;
 }
</style>