#026A3E

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

Shades of Jewel #026A3E

Tints of Jewel #026A3E

Color information

#026A3E (or 0x026A3E) is unknown color: approx Jewel. HEX triplet: 02, 6A and 3E. RGB value is (2,106,62). Sum of RGB (Red+Green+Blue) = 2+106+62=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 106 (41.80% from 255 or 62.35% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 106 - color contains mainly: green. Hex color #026A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A3E is #FD95C1. Grayscale: #454545. Windows color (decimal): -16618946 or 4090370. OLE color: 4090370.

HSL color Cylindrical-coordinate representation of color #026A3E: hue angle of 154.62º 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 #026A3E is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB210662-
CMYK0.9800.420.58
HSL154.62º96.3%21.18%-
HSV(B)154.62º98.11%41.57%-
XYZ6.0510.676.3-
YUV69.89123.5479.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 106 (41.80% from 255) = 62.35%
BLUE value IS 62 (24.61% from 255) = 36.47%
R=1.18%
G=62.35%
B=36.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106620.9800.420.58154.6296.321.18
Hex26A3E6202A3A9b6015
Octal2152761420527223314025
Binary1011010101111101100010010101011101010011011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,106,62); }

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

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

 a { background-color: rgb(2,106,62); }

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

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

 span { border-color: rgb(2,106,62); }

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