Html Css Color HEX #008221 Green

📋 copy color: '#008221'

red 0 ◦ green 130 ◦ blue 33

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

Shades of Green #008221

Tints of Green #008221

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 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

#008221 (or 0x008221) is known color: 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

RGB 0 130 33 -
CMYK 1 0 0.75 0.49
HSL 135.23º 1% 0.25% -
HSV(B) 135.23º 1% 0.51% -
XYZ 8.26 16.08 4.11 -
YUV 80.07 101.43 70.89 -
System Red Green Blue C M Y K H S L
Decimal 0 130 33 1 0 0.75 0.49 135.23 1 0.25
Hex 0 82 21 64 0 4B 31 87 64 19
Octal 0 202 41 144 0 113 61 207 144 31
Binary 0 10000010 100001 1100100 0 1001011 110001 10000111 1100100 11001

Color Harmonies of #008221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008221

Black with #008221

Text Example


Text Example

White with #008221

Text Example


Text Example

HTML Codes & Css Web 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>