#02583F

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

Shades of Jewel #02583F

Tints of Jewel #02583F

Color information

#02583F (or 0x02583F) is unknown color: approx Jewel. HEX triplet: 02, 58 and 3F. RGB value is (2,88,63). Sum of RGB (Red+Green+Blue) = 2+88+63=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #02583F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02583F is #FDA7C0. Grayscale: #3B3B3B. Windows color (decimal): -16623553 or 4151298. OLE color: 4151298.

HSL color Cylindrical-coordinate representation of color #02583F: hue angle of 162.56º 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 #02583F is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB28863-
CMYK0.9800.280.65
HSL162.56º95.56%17.65%-
HSV(B)162.56º97.73%34.51%-
XYZ4.417.355.89-
YUV59.44130.0187.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 88 (34.77% from 255) = 57.52%
BLUE value IS 63 (25% from 255) = 41.18%
R=1.31%
G=57.52%
B=41.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288630.9800.280.65162.5695.5617.65
Hex2583F6201C41a36012
Octal21307714203410124314022
Binary1010110001111111100010011100100000110100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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