#026F16

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

Shades of Green #026F16

Tints of Green #026F16

Color information

#026F16 (or 0x026F16) is unknown color: approx Green. HEX triplet: 02, 6F and 16. RGB value is (2,111,22). Sum of RGB (Red+Green+Blue) = 2+111+22=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 111 (43.75% from 255 or 82.22% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 111 - color contains mainly: green. Hex color #026F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026F16 is #FD90E9. Grayscale: #444444. Windows color (decimal): -16617706 or 1470210. OLE color: 1470210.

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

Color convert

RGB211122-
CMYK0.9800.800.56
HSL131.01º96.46%22.16%-
HSV(B)131.01º98.2%43.53%-
XYZ5.8511.442.66-
YUV68.26101.8980.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 111 (43.75% from 255) = 82.22%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=1.48%
G=82.22%
B=16.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111220.9800.800.56131.0196.4622.16
Hex26F166205038836016
Octal21572614201207020314026
Binary1011011111011011000100101000011100010000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,111,22); }

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

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

 a { background-color: rgb(2,111,22); }

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

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

 span { border-color: rgb(2,111,22); }

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