Html Css Color HEX #008420 Green

📋 copy color: '#008420'

red 0 ◦ green 132 ◦ blue 32

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

Shades of Green #008420

Tints of Green #008420

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 80.49%
B = 19.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#008420 (or 0x008420) is known color: Green. HEX triplet: 00, 84 and 20. RGB value is (0,132,32). Sum of RGB (Red+Green+Blue) = 0+132+32=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 132 (51.95% from 255 or 80.49% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 132 - color contains mainly: green. Hex color #008420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008420 is #FF7BDF. Grayscale: #515151. Windows color (decimal): -16743392 or 2130944. OLE color: 2130944.

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

Color convert

RGB 0 132 32 -
CMYK 1 0 0.76 0.48
HSL 134.55º 1% 0.26% -
HSV(B) 134.55º 1% 0.52% -
XYZ 8.51 16.61 4.12 -
YUV 81.13 100.27 70.13 -
System Red Green Blue C M Y K H S L
Decimal 0 132 32 1 0 0.76 0.48 134.55 1 0.26
Hex 0 84 20 64 0 4C 30 87 64 1A
Octal 0 204 40 144 0 114 60 207 144 32
Binary 0 10000100 100000 1100100 0 1001100 110000 10000111 1100100 11010

Color Harmonies of #008420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008420

Black with #008420

Text Example


Text Example

White with #008420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008420; }

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

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

background-color css

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

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

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

border-color css

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

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

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