#02673B

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

Shades of Jewel #02673B

Tints of Jewel #02673B

Color information

#02673B (or 0x02673B) is unknown color: approx Jewel. HEX triplet: 02, 67 and 3B. RGB value is (2,103,59). Sum of RGB (Red+Green+Blue) = 2+103+59=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #02673B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02673B is #FD98C4. Grayscale: #434343. Windows color (decimal): -16619717 or 3892994. OLE color: 3892994.

HSL color Cylindrical-coordinate representation of color #02673B: hue angle of 153.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02673B is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB210359-
CMYK0.9800.430.60
HSL153.86º96.19%20.59%-
HSV(B)153.86º98.06%40.39%-
XYZ5.6610.035.77-
YUV67.78123.0481.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 103 (40.62% from 255) = 62.80%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=1.22%
G=62.80%
B=35.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2103590.9800.430.60153.8696.1920.59
Hex2673B6202B3C9a6015
Octal2147731420537423214025
Binary1011001111110111100010010101111110010011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02673B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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