#026111

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

Shades of Green #026111

Tints of Green #026111

Color information

#026111 (or 0x026111) is unknown color: approx Green. HEX triplet: 02, 61 and 11. RGB value is (2,97,17). Sum of RGB (Red+Green+Blue) = 2+97+17=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 97 (38.28% from 255 or 83.62% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 97 - color contains mainly: green. Hex color #026111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026111 is #FD9EEE. Grayscale: #3B3B3B. Windows color (decimal): -16621295 or 1138946. OLE color: 1138946.

HSL color Cylindrical-coordinate representation of color #026111: hue angle of 129.47º 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 #026111 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB29717-
CMYK0.9800.820.62
HSL129.47º95.96%19.41%-
HSV(B)129.47º97.94%38.04%-
XYZ4.48.61.96-
YUV59.48104.0387-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.72%
GREEN value IS 97 (38.28% from 255) = 83.62%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=1.72%
G=83.62%
B=14.66%

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
Decimal297170.9800.820.62129.4795.9619.41
Hex26111620523E816013
Octal21412114201227620114023
Binary1011000011000111000100101001011111010000001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026111; }

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

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

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

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

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

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

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

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