#026D1A

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

Shades of Green #026D1A

Tints of Green #026D1A

Color information

#026D1A (or 0x026D1A) is unknown color: approx Green. HEX triplet: 02, 6D and 1A. RGB value is (2,109,26). Sum of RGB (Red+Green+Blue) = 2+109+26=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #026D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D1A is #FD92E5. Grayscale: #434343. Windows color (decimal): -16618214 or 1731842. OLE color: 1731842.

HSL color Cylindrical-coordinate representation of color #026D1A: hue angle of 133.46º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D1A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB210926-
CMYK0.9800.760.57
HSL133.46º96.4%21.76%-
HSV(B)133.46º98.17%42.75%-
XYZ5.6811.022.81-
YUV67.54104.5581.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 109 (42.97% from 255) = 79.56%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=1.46%
G=79.56%
B=18.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109260.9800.760.57133.4696.421.76
Hex26D1A6204C39856016
Octal21553214201147120514026
Binary1011011011101011000100100110011100110000101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,109,26); }

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

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

 a { background-color: rgb(2,109,26); }

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

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

 span { border-color: rgb(2,109,26); }

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