#02593C

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

Shades of Fun Green #02593C

Tints of Fun Green #02593C

Color information

#02593C (or 0x02593C) is unknown color: approx Fun Green. HEX triplet: 02, 59 and 3C. RGB value is (2,89,60). Sum of RGB (Red+Green+Blue) = 2+89+60=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #02593C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02593C is #FDA6C3. Grayscale: #3B3B3B. Windows color (decimal): -16623300 or 3954946. OLE color: 3954946.

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

Color convert

RGB28960-
CMYK0.9800.330.65
HSL160º95.6%17.84%-
HSV(B)160º97.75%34.9%-
XYZ4.417.485.49-
YUV59.68128.1886.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 60 (23.83% from 255) = 39.74%
R=1.32%
G=58.94%
B=39.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289600.9800.330.6516095.617.84
Hex2593C6202141a06012
Octal21317414204110124014022
Binary10101100111110011000100100001100000110100000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02593C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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