#02623B

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

Shades of Jewel #02623B

Tints of Jewel #02623B

Color information

#02623B (or 0x02623B) is unknown color: approx Jewel. HEX triplet: 02, 62 and 3B. RGB value is (2,98,59). Sum of RGB (Red+Green+Blue) = 2+98+59=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #02623B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02623B is #FD9DC4. Grayscale: #404040. Windows color (decimal): -16620997 or 3891714. OLE color: 3891714.

HSL color Cylindrical-coordinate representation of color #02623B: hue angle of 155.62º 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 #02623B is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB29859-
CMYK0.9800.400.62
HSL155.62º96%19.61%-
HSV(B)155.62º97.96%38.43%-
XYZ5.189.065.61-
YUV64.85124.783.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 98 (38.67% from 255) = 61.64%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=1.26%
G=61.64%
B=37.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298590.9800.400.62155.629619.61
Hex2623B620283E9c6014
Octal2142731420507623414024
Binary1011000101110111100010010100011111010011100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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