Html Css Color HEX #027920 Green

📋 copy color: '#027920'

red 2 ◦ green 121 ◦ blue 32

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

Shades of Green #027920

Tints of Green #027920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 78.06%

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

R = 1.29%
G = 78.06%
B = 20.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#027920 (or 0x027920) is known color: Green. HEX triplet: 02, 79 and 20. RGB value is (2,121,32). Sum of RGB (Red+Green+Blue) = 2+121+32=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 121 (47.66% from 255 or 78.06% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 121 - color contains mainly: green. Hex color #027920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027920 is #FD86DF. Grayscale: #4B4B4B. Windows color (decimal): -16615136 or 2128130. OLE color: 2128130.

HSL color Cylindrical-coordinate representation of color #027920: hue angle of 135.13º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027920 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 32 -
CMYK 0.98 0 0.74 0.53
HSL 135.13º 0.97% 0.24% -
HSV(B) 135.13º 0.98% 0.47% -
XYZ 7.12 13.79 3.65 -
YUV 75.27 103.58 75.74 -
System Red Green Blue C M Y K H S L
Decimal 2 121 32 0.98 0 0.74 0.53 135.13 0.97 0.24
Hex 2 79 20 62 0 4A 35 87 61 18
Octal 2 171 40 142 0 112 65 207 141 30
Binary 10 1111001 100000 1100010 0 1001010 110101 10000111 1100001 11000

Color Harmonies of #027920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027920

Black with #027920

Text Example


Text Example

White with #027920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027920; }

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

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

background-color css

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

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

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

border-color css

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

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

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