#026F04

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

Shades of Green #026F04

Tints of Green #026F04

Color information

#026F04 (or 0x026F04) is unknown color: approx Green. HEX triplet: 02, 6F and 04. RGB value is (2,111,4). Sum of RGB (Red+Green+Blue) = 2+111+4=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 111 (43.75% from 255 or 94.87% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 111 - color contains mainly: green. Hex color #026F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026F04 is #FD90FB. Grayscale: #424242. Windows color (decimal): -16617724 or 290562. OLE color: 290562.

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

Color convert

RGB21114-
CMYK0.9800.960.56
HSL121.1º96.46%22.16%-
HSV(B)121.1º98.2%43.53%-
XYZ5.7311.392.01-
YUV66.2192.8982.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 111 (43.75% from 255) = 94.87%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=1.71%
G=94.87%
B=3.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211140.9800.960.56121.196.4622.16
Hex26F46206038796016
Octal2157414201407017114026
Binary1011011111001100010011000001110001111001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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