#02663F

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

Shades of Jewel #02663F

Tints of Jewel #02663F

Color information

#02663F (or 0x02663F) is unknown color: approx Jewel. HEX triplet: 02, 66 and 3F. RGB value is (2,102,63). Sum of RGB (Red+Green+Blue) = 2+102+63=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #02663F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02663F is #FD99C0. Grayscale: #434343. Windows color (decimal): -16619969 or 4154882. OLE color: 4154882.

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

Color convert

RGB210263-
CMYK0.9800.380.6
HSL156.6º96.15%20.39%-
HSV(B)156.6º98.04%40%-
XYZ5.679.876.31-
YUV67.65125.3781.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 102 (40.23% from 255) = 61.08%
BLUE value IS 63 (25% from 255) = 37.72%
R=1.20%
G=61.08%
B=37.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102630.9800.380.6156.696.1520.39
Hex2663F620263C9d6014
Octal2146771420467423514024
Binary1011001101111111100010010011011110010011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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