#02603B

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

Shades of Jewel #02603B

Tints of Jewel #02603B

Color information

#02603B (or 0x02603B) is unknown color: approx Jewel. HEX triplet: 02, 60 and 3B. RGB value is (2,96,59). Sum of RGB (Red+Green+Blue) = 2+96+59=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #02603B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02603B is #FD9FC4. Grayscale: #3F3F3F. Windows color (decimal): -16621509 or 3891202. OLE color: 3891202.

HSL color Cylindrical-coordinate representation of color #02603B: hue angle of 156.38º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02603B is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB29659-
CMYK0.9800.390.62
HSL156.38º95.92%19.22%-
HSV(B)156.38º97.92%37.65%-
XYZ58.695.55-
YUV63.68125.3684.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 59 (23.44% from 255) = 37.58%
R=1.27%
G=61.15%
B=37.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296590.9800.390.62156.3895.9219.22
Hex2603B620273E9c6013
Octal2140731420477623414023
Binary1011000001110111100010010011111111010011100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02603B; }

 p { color: rgb(2,96,59); }

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

<style>
 a { background-color: #02603B; }

 a { background-color: rgb(2,96,59); }

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

<style>
 span { border-color: #02603B; }

 span { border-color: rgb(2,96,59); }

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