#018219

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

Shades of Green #018219

Tints of Green #018219

Color information

#018219 (or 0x018219) is unknown color: approx Green. HEX triplet: 01, 82 and 19. RGB value is (1,130,25). Sum of RGB (Red+Green+Blue) = 1+130+25=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 130 (51.17% from 255 or 83.33% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 130 - color contains mainly: green. Hex color #018219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018219 is #FE7DE6. Grayscale: #4F4F4F. Windows color (decimal): -16678375 or 1671681. OLE color: 1671681.

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

Color convert

RGB113025-
CMYK0.9900.810.49
HSL131.16º98.47%25.69%-
HSV(B)131.16º99.23%50.98%-
XYZ8.1716.043.59-
YUV79.4697.2672.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 130 (51.17% from 255) = 83.33%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=0.64%
G=83.33%
B=16.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130250.9900.810.49131.1698.4725.69
Hex18219630513183621a
Octal12023114301216120314232
Binary1100000101100111000110101000111000110000011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018219; }

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

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

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

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

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

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

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

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