Html Css Color HEX #02593D Jewel

📋 copy color: '#02593D'

red 2 ◦ green 89 ◦ blue 61

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

Shades of Jewel #02593D

Tints of Jewel #02593D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 1.32%
G = 58.55%
B = 40.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#02593D (or 0x02593D) is known color: Jewel. HEX triplet: 02, 59 and 3D. RGB value is (2,89,61). Sum of RGB (Red+Green+Blue) = 2+89+61=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #02593D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02593D is #FDA6C2. Grayscale: #3B3B3B. Windows color (decimal): -16623299 or 4020482. OLE color: 4020482.

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

Color convert

RGB 2 89 61 -
CMYK 0.98 0 0.31 0.65
HSL 160.69º 0.96% 0.18% -
HSV(B) 160.69º 0.98% 0.35% -
XYZ 4.44 7.49 5.63 -
YUV 59.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 2 89 61 0.98 0 0.31 0.65 160.69 0.96 0.18
Hex 2 59 3D 62 0 1F 41 A1 60 12
Octal 2 131 75 142 0 37 101 241 140 22
Binary 10 1011001 111101 1100010 0 11111 1000001 10100001 1100000 10010

Color Harmonies of #02593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02593D

Black with #02593D

Text Example


Text Example

White with #02593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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