Html Css Color HEX #028420 Green

📋 copy color: '#028420'

red 2 ◦ green 132 ◦ blue 32

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

Shades of Green #028420

Tints of Green #028420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 79.52%

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

R = 1.2%
G = 79.52%
B = 19.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#028420 (or 0x028420) is known color: Green. HEX triplet: 02, 84 and 20. RGB value is (2,132,32). Sum of RGB (Red+Green+Blue) = 2+132+32=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 132 (51.95% from 255 or 79.52% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 132 - color contains mainly: green. Hex color #028420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028420 is #FD7BDF. Grayscale: #515151. Windows color (decimal): -16612320 or 2130946. OLE color: 2130946.

HSL color Cylindrical-coordinate representation of color #028420: hue angle of 133.85º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028420 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 132 32 -
CMYK 0.98 0 0.76 0.48
HSL 133.85º 0.97% 0.26% -
HSV(B) 133.85º 0.98% 0.52% -
XYZ 8.54 16.62 4.12 -
YUV 81.73 99.93 71.13 -
System Red Green Blue C M Y K H S L
Decimal 2 132 32 0.98 0 0.76 0.48 133.85 0.97 0.26
Hex 2 84 20 62 0 4C 30 86 61 1A
Octal 2 204 40 142 0 114 60 206 141 32
Binary 10 10000100 100000 1100010 0 1001100 110000 10000110 1100001 11010

Color Harmonies of #028420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028420

Black with #028420

Text Example


Text Example

White with #028420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028420; }

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

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

background-color css

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

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

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

border-color css

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

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

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