Html Css Color HEX #008021 Green

📋 copy color: '#008021'

red 0 ◦ green 128 ◦ blue 33

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

Shades of Green #008021

Tints of Green #008021

RGB

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

 GREEN value IS 128 (50.39% from 255) = 79.5%

 BLUE value IS 33 (13.28% from 255) = 20.5%

R = 0%
G = 79.5%
B = 20.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#008021 (or 0x008021) is known color: Green. HEX triplet: 00, 80 and 21. RGB value is (0,128,33). Sum of RGB (Red+Green+Blue) = 0+128+33=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 128 (50.39% from 255 or 79.50% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 128 - color contains mainly: green. Hex color #008021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008021 is #FF7FDE. Grayscale: #4F4F4F. Windows color (decimal): -16744415 or 2195456. OLE color: 2195456.

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

Color convert

RGB 0 128 33 -
CMYK 1 0 0.74 0.50
HSL 135.47º 1% 0.25% -
HSV(B) 135.47º 1% 0.5% -
XYZ 7.99 15.55 4.02 -
YUV 78.9 102.09 71.72 -
System Red Green Blue C M Y K H S L
Decimal 0 128 33 1 0 0.74 0.50 135.47 1 0.25
Hex 0 80 21 64 0 4A 32 87 64 19
Octal 0 200 41 144 0 112 62 207 144 31
Binary 0 10000000 100001 1100100 0 1001010 110010 10000111 1100100 11001

Color Harmonies of #008021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008021

Black with #008021

Text Example


Text Example

White with #008021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008021; }

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

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

background-color css

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

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

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

border-color css

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

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

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