#026B3F

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

Shades of Jewel #026B3F

Tints of Jewel #026B3F

Color information

#026B3F (or 0x026B3F) is unknown color: approx Jewel. HEX triplet: 02, 6B and 3F. RGB value is (2,107,63). Sum of RGB (Red+Green+Blue) = 2+107+63=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #026B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B3F is #FD94C0. Grayscale: #464646. Windows color (decimal): -16618689 or 4156162. OLE color: 4156162.

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

Color convert

RGB210763-
CMYK0.9800.410.58
HSL154.86º96.33%21.37%-
HSV(B)154.86º98.13%41.96%-
XYZ6.1810.896.48-
YUV70.59123.7179.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 107 (42.19% from 255) = 62.21%
BLUE value IS 63 (25% from 255) = 36.63%
R=1.16%
G=62.21%
B=36.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2107630.9800.410.58154.8696.3321.37
Hex26B3F620293A9b6015
Octal2153771420517223314025
Binary1011010111111111100010010100111101010011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026B3F; }

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

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

<style>
 a { background-color: #026B3F; }

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

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

<style>
 span { border-color: #026B3F; }

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

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