#018220

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

Shades of Green #018220

Tints of Green #018220

Color information

#018220 (or 0x018220) is unknown color: approx Green. HEX triplet: 01, 82 and 20. RGB value is (1,130,32). Sum of RGB (Red+Green+Blue) = 1+130+32=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #018220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018220 is #FE7DDF. Grayscale: #505050. Windows color (decimal): -16678368 or 2130433. OLE color: 2130433.

HSL color Cylindrical-coordinate representation of color #018220: hue angle of 134.42º 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 #018220 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB113032-
CMYK0.9900.750.49
HSL134.42º98.47%25.69%-
HSV(B)134.42º99.23%50.98%-
XYZ8.2616.084.03-
YUV80.26100.7671.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=0.61%
G=79.75%
B=19.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130320.9900.750.49134.4298.4725.69
Hex182206304B3186621a
Octal12024014301136120614232
Binary11000001010000011000110100101111000110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018220; }

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

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

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

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

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

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

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

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