#02593F

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

Shades of Jewel #02593F

Tints of Jewel #02593F

Color information

#02593F (or 0x02593F) is unknown color: approx Jewel. HEX triplet: 02, 59 and 3F. RGB value is (2,89,63). Sum of RGB (Red+Green+Blue) = 2+89+63=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #02593F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02593F is #FDA6C0. Grayscale: #3C3C3C. Windows color (decimal): -16623297 or 4151554. OLE color: 4151554.

HSL color Cylindrical-coordinate representation of color #02593F: hue angle of 162.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02593F is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB28963-
CMYK0.9800.290.65
HSL162.07º95.6%17.84%-
HSV(B)162.07º97.75%34.9%-
XYZ4.497.525.92-
YUV60.02129.6886.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 89 (35.16% from 255) = 57.79%
BLUE value IS 63 (25% from 255) = 40.91%
R=1.30%
G=57.79%
B=40.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289630.9800.290.65162.0795.617.84
Hex2593F6201D41a26012
Octal21317714203510124214022
Binary1010110011111111100010011101100000110100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02593F; }

 p { color: rgb(2,89,63); }

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

<style>
 a { background-color: #02593F; }

 a { background-color: rgb(2,89,63); }

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

<style>
 span { border-color: #02593F; }

 span { border-color: rgb(2,89,63); }

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