Html Css Color HEX #018420 Green

📋 copy color: '#018420'

red 1 ◦ green 132 ◦ blue 32

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

Shades of Green #018420

Tints of Green #018420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 80%

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

R = 0.61%
G = 80%
B = 19.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#018420 (or 0x018420) is known color: Green. HEX triplet: 01, 84 and 20. RGB value is (1,132,32). Sum of RGB (Red+Green+Blue) = 1+132+32=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 132 (51.95% from 255 or 80% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 132 - color contains mainly: green. Hex color #018420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018420 is #FE7BDF. Grayscale: #515151. Windows color (decimal): -16677856 or 2130945. OLE color: 2130945.

HSL color Cylindrical-coordinate representation of color #018420: hue angle of 134.2º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018420 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 32 -
CMYK 0.99 0 0.76 0.48
HSL 134.2º 0.98% 0.26% -
HSV(B) 134.2º 0.99% 0.52% -
XYZ 8.52 16.61 4.12 -
YUV 81.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 1 132 32 0.99 0 0.76 0.48 134.2 0.98 0.26
Hex 1 84 20 63 0 4C 30 86 62 1A
Octal 1 204 40 143 0 114 60 206 142 32
Binary 1 10000100 100000 1100011 0 1001100 110000 10000110 1100010 11010

Color Harmonies of #018420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018420

Black with #018420

Text Example


Text Example

White with #018420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018420; }

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

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

background-color css

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

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

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

border-color css

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

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

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