Html Css Color HEX #028021 Green

📋 copy color: '#028021'

red 2 ◦ green 128 ◦ blue 33

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

Shades of Green #028021

Tints of Green #028021

RGB

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

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

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

R = 1.23%
G = 78.53%
B = 20.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#028021 (or 0x028021) is known color: Green. HEX triplet: 02, 80 and 21. RGB value is (2,128,33). Sum of RGB (Red+Green+Blue) = 2+128+33=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 128 (50.39% from 255 or 78.53% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 128 - color contains mainly: green. Hex color #028021 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028021 is #FD7FDE. Grayscale: #4F4F4F. Windows color (decimal): -16613343 or 2195458. OLE color: 2195458.

HSL color Cylindrical-coordinate representation of color #028021: hue angle of 134.76º 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 #028021 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 128 33 -
CMYK 0.98 0 0.74 0.50
HSL 134.76º 0.97% 0.25% -
HSV(B) 134.76º 0.98% 0.5% -
XYZ 8.02 15.56 4.02 -
YUV 79.5 101.76 72.72 -
System Red Green Blue C M Y K H S L
Decimal 2 128 33 0.98 0 0.74 0.50 134.76 0.97 0.25
Hex 2 80 21 62 0 4A 32 87 61 19
Octal 2 200 41 142 0 112 62 207 141 31
Binary 10 10000000 100001 1100010 0 1001010 110010 10000111 1100001 11001

Color Harmonies of #028021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028021

Black with #028021

Text Example


Text Example

White with #028021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028021; }

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

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

background-color css

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

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

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

border-color css

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

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

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