Html Css Color HEX #027F14 Green

📋 copy color: '#027F14'

red 2 ◦ green 127 ◦ blue 20

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

Shades of Green #027F14

Tints of Green #027F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 1.34%
G = 85.23%
B = 13.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#027F14 (or 0x027F14) is known color: Green. HEX triplet: 02, 7F and 14. RGB value is (2,127,20). Sum of RGB (Red+Green+Blue) = 2+127+20=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 127 (50% from 255 or 85.23% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 127 - color contains mainly: green. Hex color #027F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F14 is #FD80EB. Grayscale: #4D4D4D. Windows color (decimal): -16613612 or 1343234. OLE color: 1343234.

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

Color convert

RGB 2 127 20 -
CMYK 0.98 0 0.84 0.50
HSL 128.64º 0.97% 0.25% -
HSV(B) 128.64º 0.98% 0.5% -
XYZ 7.74 15.24 3.2 -
YUV 77.43 95.59 74.2 -
System Red Green Blue C M Y K H S L
Decimal 2 127 20 0.98 0 0.84 0.50 128.64 0.97 0.25
Hex 2 7F 14 62 0 54 32 81 61 19
Octal 2 177 24 142 0 124 62 201 141 31
Binary 10 1111111 10100 1100010 0 1010100 110010 10000001 1100001 11001

Color Harmonies of #027F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F14

Black with #027F14

Text Example


Text Example

White with #027F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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