#018211

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

Shades of Green #018211

Tints of Green #018211

Color information

#018211 (or 0x018211) is unknown color: approx Green. HEX triplet: 01, 82 and 11. RGB value is (1,130,17). Sum of RGB (Red+Green+Blue) = 1+130+17=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #018211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018211 is #FE7DEE. Grayscale: #4E4E4E. Windows color (decimal): -16678383 or 1147393. OLE color: 1147393.

HSL color Cylindrical-coordinate representation of color #018211: hue angle of 127.44º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018211 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB113017-
CMYK0.9900.870.49
HSL127.44º98.47%25.69%-
HSV(B)127.44º99.23%50.98%-
XYZ8.116.013.19-
YUV78.5593.2672.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 130 (51.17% from 255) = 87.84%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=0.68%
G=87.84%
B=11.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130170.9900.870.49127.4498.4725.69
Hex1821163057317f621a
Octal12022114301276117714232
Binary110000010100011100011010101111100011111111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018211; }

 p { color: rgb(1,130,17); }

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

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

 a { background-color: rgb(1,130,17); }

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

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

 span { border-color: rgb(1,130,17); }

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