Html Css Color HEX #018120 Green

📋 copy color: '#018120'

red 1 ◦ green 129 ◦ blue 32

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

Shades of Green #018120

Tints of Green #018120

RGB

 RED value IS 1 (0.78% from 255) = 0.62%

 GREEN value IS 129 (50.78% from 255) = 79.63%

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 0.62%
G = 79.63%
B = 19.75%

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

#018120 (or 0x018120) is known color: Green. HEX triplet: 01, 81 and 20. RGB value is (1,129,32). Sum of RGB (Red+Green+Blue) = 1+129+32=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 129 (50.78% from 255 or 79.63% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 129 - color contains mainly: green. Hex color #018120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018120 is #FE7EDF. Grayscale: #4F4F4F. Windows color (decimal): -16678624 or 2130177. OLE color: 2130177.

HSL color Cylindrical-coordinate representation of color #018120: hue angle of 134.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018120 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 32 -
CMYK 0.99 0 0.75 0.49
HSL 134.53º 0.98% 0.25% -
HSV(B) 134.53º 0.99% 0.51% -
XYZ 8.12 15.81 3.99 -
YUV 79.67 101.09 71.89 -
System Red Green Blue C M Y K H S L
Decimal 1 129 32 0.99 0 0.75 0.49 134.53 0.98 0.25
Hex 1 81 20 63 0 4B 31 87 62 19
Octal 1 201 40 143 0 113 61 207 142 31
Binary 1 10000001 100000 1100011 0 1001011 110001 10000111 1100010 11001

Color Harmonies of #018120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018120

Black with #018120

Text Example


Text Example

White with #018120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018120; }

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

 H1.HeaderClassName
 {
   color: #018120;
 }
 .AnyTagClassName
 {
   color: #018120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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