#02693B

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

Shades of Jewel #02693B

Tints of Jewel #02693B

Color information

#02693B (or 0x02693B) is unknown color: approx Jewel. HEX triplet: 02, 69 and 3B. RGB value is (2,105,59). Sum of RGB (Red+Green+Blue) = 2+105+59=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #02693B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02693B is #FD96C4. Grayscale: #454545. Windows color (decimal): -16619205 or 3893506. OLE color: 3893506.

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

Color convert

RGB210559-
CMYK0.9800.440.59
HSL153.2º96.26%20.98%-
HSV(B)153.2º98.1%41.18%-
XYZ5.8710.435.84-
YUV68.96122.3880.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 105 (41.41% from 255) = 63.25%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=1.20%
G=63.25%
B=35.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105590.9800.440.59153.296.2620.98
Hex2693B6202C3B996015
Octal2151731420547323114025
Binary1011010011110111100010010110011101110011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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