#008221

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

Shades of Green #008221

Tints of Green #008221

Color information

#008221 (or 0x008221) is unknown color: approx Green. HEX triplet: 00, 82 and 21. RGB value is (0,130,33). Sum of RGB (Red+Green+Blue) = 0+130+33=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 130 (51.17% from 255 or 79.75% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 130 - color contains mainly: green. Hex color #008221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008221 is #FF7DDE. Grayscale: #505050. Windows color (decimal): -16743903 or 2195968. OLE color: 2195968.

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

Color convert

RGB013033-
CMYK100.750.49
HSL135.23º100%25.49%-
HSV(B)135.23º100%50.98%-
XYZ8.2616.084.11-
YUV80.07101.4370.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 79.75%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=0%
G=79.75%
B=20.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013033100.750.49135.2310025.49
Hex082216404B31876419
Octal02024114401136120714431
Binary01000001010000111001000100101111000110000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008221; }

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

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

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

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

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

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

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

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