#02583E

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

Shades of Jewel #02583E

Tints of Jewel #02583E

Color information

#02583E (or 0x02583E) is unknown color: approx Jewel. HEX triplet: 02, 58 and 3E. RGB value is (2,88,62). Sum of RGB (Red+Green+Blue) = 2+88+62=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #02583E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02583E is #FDA7C1. Grayscale: #3B3B3B. Windows color (decimal): -16623554 or 4085762. OLE color: 4085762.

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

Color convert

RGB28862-
CMYK0.9800.300.65
HSL161.86º95.56%17.65%-
HSV(B)161.86º97.73%34.51%-
XYZ4.387.345.74-
YUV59.32129.5187.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 88 (34.77% from 255) = 57.89%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=1.32%
G=57.89%
B=40.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288620.9800.300.65161.8695.5617.65
Hex2583E6201E41a26012
Octal21307614203610124214022
Binary1010110001111101100010011110100000110100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02583E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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