Html Css Color HEX #008122 Green

📋 copy color: '#008122'

red 0 ◦ green 129 ◦ blue 34

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

Shades of Green #008122

Tints of Green #008122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 0%
G = 79.14%
B = 20.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#008122 (or 0x008122) is known color: Green. HEX triplet: 00, 81 and 22. RGB value is (0,129,34). Sum of RGB (Red+Green+Blue) = 0+129+34=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 129 (50.78% from 255 or 79.14% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 129 - color contains mainly: green. Hex color #008122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008122 is #FF7EDD. Grayscale: #4F4F4F. Windows color (decimal): -16744158 or 2261248. OLE color: 2261248.

HSL color Cylindrical-coordinate representation of color #008122: hue angle of 135.81º 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 #008122 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 34 -
CMYK 1 0 0.74 0.49
HSL 135.81º 1% 0.25% -
HSV(B) 135.81º 1% 0.51% -
XYZ 8.14 15.82 4.14 -
YUV 79.6 102.26 71.22 -
System Red Green Blue C M Y K H S L
Decimal 0 129 34 1 0 0.74 0.49 135.81 1 0.25
Hex 0 81 22 64 0 4A 31 88 64 19
Octal 0 201 42 144 0 112 61 210 144 31
Binary 0 10000001 100010 1100100 0 1001010 110001 10001000 1100100 11001

Color Harmonies of #008122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008122

Black with #008122

Text Example


Text Example

White with #008122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008122; }

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

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

background-color css

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

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

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

border-color css

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

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

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