#02573E

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

Shades of Jewel #02573E

Tints of Jewel #02573E

Color information

#02573E (or 0x02573E) is unknown color: approx Jewel. HEX triplet: 02, 57 and 3E. RGB value is (2,87,62). Sum of RGB (Red+Green+Blue) = 2+87+62=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #02573E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02573E is #FDA8C1. Grayscale: #3A3A3A. Windows color (decimal): -16623810 or 4085506. OLE color: 4085506.

HSL color Cylindrical-coordinate representation of color #02573E: hue angle of 162.35º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02573E is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB28762-
CMYK0.9800.290.66
HSL162.35º95.51%17.45%-
HSV(B)162.35º97.7%34.12%-
XYZ4.37.185.72-
YUV58.73129.8487.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 87 (34.38% from 255) = 57.62%
BLUE value IS 62 (24.61% from 255) = 41.06%
R=1.32%
G=57.62%
B=41.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287620.9800.290.66162.3595.5117.45
Hex2573E6201D42a26011
Octal21277614203510224214021
Binary1010101111111101100010011101100001010100010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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