Html Css Color HEX #008222 Green

📋 copy color: '#008222'

red 0 ◦ green 130 ◦ blue 34

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

Shades of Green #008222

Tints of Green #008222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 79.27%

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

R = 0%
G = 79.27%
B = 20.73%

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

#008222 (or 0x008222) is known color: Green. HEX triplet: 00, 82 and 22. RGB value is (0,130,34). Sum of RGB (Red+Green+Blue) = 0+130+34=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #008222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008222 is #FF7DDD. Grayscale: #505050. Windows color (decimal): -16743902 or 2261504. OLE color: 2261504.

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

Color convert

RGB 0 130 34 -
CMYK 1 0 0.74 0.49
HSL 135.69º 1% 0.25% -
HSV(B) 135.69º 1% 0.51% -
XYZ 8.27 16.08 4.18 -
YUV 80.19 101.93 70.81 -
System Red Green Blue C M Y K H S L
Decimal 0 130 34 1 0 0.74 0.49 135.69 1 0.25
Hex 0 82 22 64 0 4A 31 88 64 19
Octal 0 202 42 144 0 112 61 210 144 31
Binary 0 10000010 100010 1100100 0 1001010 110001 10001000 1100100 11001

Color Harmonies of #008222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008222

Black with #008222

Text Example


Text Example

White with #008222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008222; }

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

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

background-color css

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

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

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

border-color css

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

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

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