Html Css Color HEX #008120 Green

📋 copy color: '#008120'

red 0 ◦ green 129 ◦ blue 32

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

Shades of Green #008120

Tints of Green #008120

RGB

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

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

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

R = 0%
G = 80.12%
B = 19.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#008120 (or 0x008120) is known color: Green. HEX triplet: 00, 81 and 20. RGB value is (0,129,32). Sum of RGB (Red+Green+Blue) = 0+129+32=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 129 (50.78% from 255 or 80.12% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 129 - color contains mainly: green. Hex color #008120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008120 is #FF7EDF. Grayscale: #4F4F4F. Windows color (decimal): -16744160 or 2130176. OLE color: 2130176.

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

Color convert

RGB 0 129 32 -
CMYK 1 0 0.75 0.49
HSL 134.88º 1% 0.25% -
HSV(B) 134.88º 1% 0.51% -
XYZ 8.11 15.8 3.99 -
YUV 79.37 101.26 71.39 -
System Red Green Blue C M Y K H S L
Decimal 0 129 32 1 0 0.75 0.49 134.88 1 0.25
Hex 0 81 20 64 0 4B 31 87 64 19
Octal 0 201 40 144 0 113 61 207 144 31
Binary 0 10000001 100000 1100100 0 1001011 110001 10000111 1100100 11001

Color Harmonies of #008120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008120

Black with #008120

Text Example


Text Example

White with #008120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008120; }

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

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

background-color css

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

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

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

border-color css

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

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

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