Html Css Color HEX #028020 Green

📋 copy color: '#028020'

red 2 ◦ green 128 ◦ blue 32

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

Shades of Green #028020

Tints of Green #028020

RGB

 RED value IS 2 (1.17% from 255) = 1.23%

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

 BLUE value IS 32 (12.89% from 255) = 19.75%

R = 1.23%
G = 79.01%
B = 19.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#028020 (or 0x028020) is known color: Green. HEX triplet: 02, 80 and 20. RGB value is (2,128,32). Sum of RGB (Red+Green+Blue) = 2+128+32=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #028020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028020 is #FD7FDF. Grayscale: #4F4F4F. Windows color (decimal): -16613344 or 2129922. OLE color: 2129922.

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

Color convert

RGB 2 128 32 -
CMYK 0.98 0 0.75 0.50
HSL 134.29º 0.97% 0.25% -
HSV(B) 134.29º 0.98% 0.5% -
XYZ 8 15.56 3.95 -
YUV 79.38 101.26 72.81 -
System Red Green Blue C M Y K H S L
Decimal 2 128 32 0.98 0 0.75 0.50 134.29 0.97 0.25
Hex 2 80 20 62 0 4B 32 86 61 19
Octal 2 200 40 142 0 113 62 206 141 31
Binary 10 10000000 100000 1100010 0 1001011 110010 10000110 1100001 11001

Color Harmonies of #028020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028020

Black with #028020

Text Example


Text Example

White with #028020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028020; }

 p { color: rgb(2,128,32); }

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

background-color css

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

 a { background-color: rgb(2,128,32); }

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

border-color css

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

 span { border-color: rgb(2,128,32); }

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