#02623F

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

Shades of Jewel #02623F

Tints of Jewel #02623F

Color information

#02623F (or 0x02623F) is unknown color: approx Jewel. HEX triplet: 02, 62 and 3F. RGB value is (2,98,63). Sum of RGB (Red+Green+Blue) = 2+98+63=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #02623F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02623F is #FD9DC0. Grayscale: #414141. Windows color (decimal): -16620993 or 4153858. OLE color: 4153858.

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

Color convert

RGB29863-
CMYK0.9800.360.62
HSL158.12º96%19.61%-
HSV(B)158.12º97.96%38.43%-
XYZ5.299.116.18-
YUV65.31126.782.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 63 (25% from 255) = 38.65%
R=1.23%
G=60.12%
B=38.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298630.9800.360.62158.129619.61
Hex2623F620243E9e6014
Octal2142771420447623614024
Binary1011000101111111100010010010011111010011110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02623F; }

 p { color: rgb(2,98,63); }

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

<style>
 a { background-color: #02623F; }

 a { background-color: rgb(2,98,63); }

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

<style>
 span { border-color: #02623F; }

 span { border-color: rgb(2,98,63); }

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