Html Css Color HEX #027F20 Green

📋 copy color: '#027F20'

red 2 ◦ green 127 ◦ blue 32

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

Shades of Green #027F20

Tints of Green #027F20

RGB

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

 GREEN value IS 127 (50% from 255) = 78.88%

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

R = 1.24%
G = 78.88%
B = 19.88%

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

#027F20 (or 0x027F20) is known color: Green. HEX triplet: 02, 7F and 20. RGB value is (2,127,32). Sum of RGB (Red+Green+Blue) = 2+127+32=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 127 (50% from 255 or 78.88% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 127 - color contains mainly: green. Hex color #027F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027F20 is #FD80DF. Grayscale: #4F4F4F. Windows color (decimal): -16613600 or 2129666. OLE color: 2129666.

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

Color convert

RGB 2 127 32 -
CMYK 0.98 0 0.75 0.50
HSL 134.4º 0.97% 0.25% -
HSV(B) 134.4º 0.98% 0.5% -
XYZ 7.88 15.3 3.9 -
YUV 78.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 2 127 32 0.98 0 0.75 0.50 134.4 0.97 0.25
Hex 2 7F 20 62 0 4B 32 86 61 19
Octal 2 177 40 142 0 113 62 206 141 31
Binary 10 1111111 100000 1100010 0 1001011 110010 10000110 1100001 11001

Color Harmonies of #027F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F20

Black with #027F20

Text Example


Text Example

White with #027F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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