#02683F

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

Shades of Jewel #02683F

Tints of Jewel #02683F

Color information

#02683F (or 0x02683F) is unknown color: approx Jewel. HEX triplet: 02, 68 and 3F. RGB value is (2,104,63). Sum of RGB (Red+Green+Blue) = 2+104+63=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #02683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02683F is #FD97C0. Grayscale: #444444. Windows color (decimal): -16619457 or 4155394. OLE color: 4155394.

HSL color Cylindrical-coordinate representation of color #02683F: hue angle of 155.88º 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 #02683F is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB210463-
CMYK0.9800.390.59
HSL155.88º96.23%20.78%-
HSV(B)155.88º98.08%40.78%-
XYZ5.8710.276.38-
YUV68.83124.7180.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 104 (41.02% from 255) = 61.54%
BLUE value IS 63 (25% from 255) = 37.28%
R=1.18%
G=61.54%
B=37.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104630.9800.390.59155.8896.2320.78
Hex2683F620273B9c6015
Octal2150771420477323414025
Binary1011010001111111100010010011111101110011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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