#026F07

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

Shades of Green #026F07

Tints of Green #026F07

Color information

#026F07 (or 0x026F07) is unknown color: approx Green. HEX triplet: 02, 6F and 07. RGB value is (2,111,7). Sum of RGB (Red+Green+Blue) = 2+111+7=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 111 (43.75% from 255 or 92.5% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 111 - color contains mainly: green. Hex color #026F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026F07 is #FD90F8. Grayscale: #424242. Windows color (decimal): -16617721 or 487170. OLE color: 487170.

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

Color convert

RGB21117-
CMYK0.9800.940.56
HSL122.75º96.46%22.16%-
HSV(B)122.75º98.2%43.53%-
XYZ5.7511.42.1-
YUV66.5594.3981.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 111 (43.75% from 255) = 92.5%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=1.67%
G=92.5%
B=5.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211170.9800.940.56122.7596.4622.16
Hex26F76205E387b6016
Octal2157714201367017314026
Binary1011011111111100010010111101110001111011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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