#026F06

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

Shades of Green #026F06

Tints of Green #026F06

Color information

#026F06 (or 0x026F06) is unknown color: approx Green. HEX triplet: 02, 6F and 06. RGB value is (2,111,6). Sum of RGB (Red+Green+Blue) = 2+111+6=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 111 (43.75% from 255 or 93.28% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 111 - color contains mainly: green. Hex color #026F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026F06 is #FD90F9. Grayscale: #424242. Windows color (decimal): -16617722 or 421634. OLE color: 421634.

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

Color convert

RGB21116-
CMYK0.9800.950.56
HSL122.2º96.46%22.16%-
HSV(B)122.2º98.2%43.53%-
XYZ5.7411.392.07-
YUV66.4493.8982.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 111 (43.75% from 255) = 93.28%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=1.68%
G=93.28%
B=5.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211160.9800.950.56122.296.4622.16
Hex26F66205F387a6016
Octal2157614201377017214026
Binary1011011111101100010010111111110001111010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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