#026906

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

Shades of Green #026906

Tints of Green #026906

Color information

#026906 (or 0x026906) is unknown color: approx Green. HEX triplet: 02, 69 and 06. RGB value is (2,105,6). Sum of RGB (Red+Green+Blue) = 2+105+6=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 105 (41.41% from 255 or 92.92% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 105 - color contains mainly: green. Hex color #026906 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026906 is #FD96F9. Grayscale: #3F3F3F. Windows color (decimal): -16619258 or 420098. OLE color: 420098.

HSL color Cylindrical-coordinate representation of color #026906: hue angle of 122.33º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026906 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB21056-
CMYK0.9800.940.59
HSL122.33º96.26%20.98%-
HSV(B)122.33º98.1%41.18%-
XYZ5.1110.131.86-
YUV62.9295.8884.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 105 (41.41% from 255) = 92.92%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=1.77%
G=92.92%
B=5.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal210560.9800.940.59122.3396.2620.98
Hex26966205E3B7a6015
Octal2151614201367317214025
Binary1011010011101100010010111101110111111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026906; }

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

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

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

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

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

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

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

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