#026B3E

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

Shades of Jewel #026B3E

Tints of Jewel #026B3E

Color information

#026B3E (or 0x026B3E) is unknown color: approx Jewel. HEX triplet: 02, 6B and 3E. RGB value is (2,107,62). Sum of RGB (Red+Green+Blue) = 2+107+62=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #026B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B3E is #FD94C1. Grayscale: #464646. Windows color (decimal): -16618690 or 4090626. OLE color: 4090626.

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

Color convert

RGB210762-
CMYK0.9800.420.58
HSL154.29º96.33%21.37%-
HSV(B)154.29º98.13%41.96%-
XYZ6.1510.886.33-
YUV70.47123.2179.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 107 (42.19% from 255) = 62.57%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=1.17%
G=62.57%
B=36.26%

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
Decimal2107620.9800.420.58154.2996.3321.37
Hex26B3E6202A3A9a6015
Octal2153761420527223214025
Binary1011010111111101100010010101011101010011010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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