#018222

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

Shades of Green #018222

Tints of Green #018222

Color information

#018222 (or 0x018222) is unknown color: approx Green. HEX triplet: 01, 82 and 22. RGB value is (1,130,34). Sum of RGB (Red+Green+Blue) = 1+130+34=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #018222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018222 is #FE7DDD. Grayscale: #505050. Windows color (decimal): -16678366 or 2261505. OLE color: 2261505.

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

Color convert

RGB113034-
CMYK0.9900.740.49
HSL135.35º98.47%25.69%-
HSV(B)135.35º99.23%50.98%-
XYZ8.2816.094.18-
YUV80.49101.7671.31-

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) = 78.79%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=0.61%
G=78.79%
B=20.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130340.9900.740.49135.3598.4725.69
Hex182226304A3187621a
Octal12024214301126120714232
Binary11000001010001011000110100101011000110000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018222; }

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

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

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

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

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

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

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

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