#02483E

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

Shades of Cyprus #02483E

Tints of Cyprus #02483E

Color information

#02483E (or 0x02483E) is unknown color: approx Cyprus. HEX triplet: 02, 48 and 3E. RGB value is (2,72,62). Sum of RGB (Red+Green+Blue) = 2+72+62=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #02483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02483E is #FDB7C1. Grayscale: #313131. Windows color (decimal): -16627650 or 4081666. OLE color: 4081666.

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

Color convert

RGB27262-
CMYK0.9700.140.72
HSL171.43º94.59%14.51%-
HSV(B)171.43º97.22%28.24%-
XYZ3.2155.35-
YUV49.93134.8193.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=1.47%
G=52.94%
B=45.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272620.9700.140.72171.4394.5914.51
Hex2483E610E48ab5ff
Octal21107614101611025313717
Binary10100100011111011000010111010010001010101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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