#026011

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

Shades of Green #026011

Tints of Green #026011

Color information

#026011 (or 0x026011) is unknown color: approx Green. HEX triplet: 02, 60 and 11. RGB value is (2,96,17). Sum of RGB (Red+Green+Blue) = 2+96+17=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #026011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026011 is #FD9FEE. Grayscale: #3B3B3B. Windows color (decimal): -16621551 or 1138690. OLE color: 1138690.

HSL color Cylindrical-coordinate representation of color #026011: hue angle of 129.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026011 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB29617-
CMYK0.9800.820.62
HSL129.57º95.92%19.22%-
HSV(B)129.57º97.92%37.65%-
XYZ4.318.421.93-
YUV58.89104.3687.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 96 (37.89% from 255) = 83.48%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=1.74%
G=83.48%
B=14.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296170.9800.820.62129.5795.9219.22
Hex26011620523E826013
Octal21402114201227620214023
Binary1011000001000111000100101001011111010000010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026011; }

 p { color: rgb(2,96,17); }

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

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

 a { background-color: rgb(2,96,17); }

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

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

 span { border-color: rgb(2,96,17); }

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