Html Css Color HEX #018220 Green

📋 copy color: '#018220'

red 1 ◦ green 130 ◦ blue 32

#018220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #018220

Tints of Green #018220

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 value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#018220 (or 0x018220) is known color: 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

RGB 1 130 32 -
CMYK 0.99 0 0.75 0.49
HSL 134.42º 0.98% 0.26% -
HSV(B) 134.42º 0.99% 0.51% -
XYZ 8.26 16.08 4.03 -
YUV 80.26 100.76 71.47 -
System Red Green Blue C M Y K H S L
Decimal 1 130 32 0.99 0 0.75 0.49 134.42 0.98 0.26
Hex 1 82 20 63 0 4B 31 86 62 1A
Octal 1 202 40 143 0 113 61 206 142 32
Binary 1 10000010 100000 1100011 0 1001011 110001 10000110 1100010 11010

Color Harmonies of #018220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018220

Black with #018220

Text Example


Text Example

White with #018220

Text Example


Text Example

HTML Codes & Css Web 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>