Html Css Color HEX #02593E Jewel

📋 copy color: '#02593E'

red 2 ◦ green 89 ◦ blue 62

#02593E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #02593E

Tints of Jewel #02593E

RGB

 RED value IS 2 (1.17% from 255) = 1.31%

 GREEN value IS 89 (35.16% from 255) = 58.17%

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 1.31%
G = 58.17%
B = 40.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#02593E (or 0x02593E) is known color: Jewel. HEX triplet: 02, 59 and 3E. RGB value is (2,89,62). Sum of RGB (Red+Green+Blue) = 2+89+62=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #02593E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02593E is #FDA6C1. Grayscale: #3B3B3B. Windows color (decimal): -16623298 or 4086018. OLE color: 4086018.

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

Color convert

RGB 2 89 62 -
CMYK 0.98 0 0.30 0.65
HSL 161.38º 0.96% 0.18% -
HSV(B) 161.38º 0.98% 0.35% -
XYZ 4.47 7.51 5.77 -
YUV 59.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 2 89 62 0.98 0 0.30 0.65 161.38 0.96 0.18
Hex 2 59 3E 62 0 1E 41 A1 60 12
Octal 2 131 76 142 0 36 101 241 140 22
Binary 10 1011001 111110 1100010 0 11110 1000001 10100001 1100000 10010

Color Harmonies of #02593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02593E

Black with #02593E

Text Example


Text Example

White with #02593E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02593E;
 }
 .AnyTagClassName
 {
   color: #02593E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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