#008322

Color #008322 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #008322

Tints of Green #008322

Color information

#008322 (or 0x008322) is unknown color: approx Green. HEX triplet: 00, 83 and 22. RGB value is (0,131,34). Sum of RGB (Red+Green+Blue) = 0+131+34=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 131 (51.56% from 255 or 79.39% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 131 - color contains mainly: green. Hex color #008322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008322 is #FF7CDD. Grayscale: #515151. Windows color (decimal): -16743646 or 2261760. OLE color: 2261760.

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

Color convert

RGB013134-
CMYK100.740.49
HSL135.57º100%25.69%-
HSV(B)135.57º100%51.37%-
XYZ8.4116.354.23-
YUV80.77101.670.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 79.39%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=0%
G=79.39%
B=20.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013134100.740.49135.5710025.69
Hex083226404A3188641a
Octal02034214401126121014432
Binary01000001110001011001000100101011000110001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008322; }

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

 H1.HeaderClassName
 {
   color: #008322;
 }
 .AnyTagClassName
 {
   color: #008322;
 }
</style>
background-color css

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

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

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

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

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

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