#018221

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

Shades of Green #018221

Tints of Green #018221

Color information

#018221 (or 0x018221) is unknown color: approx Green. HEX triplet: 01, 82 and 21. RGB value is (1,130,33). Sum of RGB (Red+Green+Blue) = 1+130+33=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #018221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018221 is #FE7DDE. Grayscale: #505050. Windows color (decimal): -16678367 or 2195969. OLE color: 2195969.

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

Color convert

RGB113033-
CMYK0.9900.750.49
HSL134.88º98.47%25.69%-
HSV(B)134.88º99.23%50.98%-
XYZ8.2716.084.11-
YUV80.37101.2671.39-

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.27%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=0.61%
G=79.27%
B=20.12%

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
Decimal1130330.9900.750.49134.8898.4725.69
Hex182216304B3187621a
Octal12024114301136120714232
Binary11000001010000111000110100101111000110000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018221; }

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

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

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

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

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

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

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

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