#027F12

Color #027F12 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #027F12

Tints of Green #027F12

Color information

#027F12 (or 0x027F12) is unknown color: approx Green. HEX triplet: 02, 7F and 12. RGB value is (2,127,18). Sum of RGB (Red+Green+Blue) = 2+127+18=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 127 (50% from 255 or 86.39% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 127 - color contains mainly: green. Hex color #027F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F12 is #FD80ED. Grayscale: #4D4D4D. Windows color (decimal): -16613614 or 1212162. OLE color: 1212162.

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

Color convert

RGB212718-
CMYK0.9800.860.50
HSL127.68º96.9%25.29%-
HSV(B)127.68º98.43%49.8%-
XYZ7.7215.243.11-
YUV77.294.5974.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 127 (50% from 255) = 86.39%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=1.36%
G=86.39%
B=12.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2127180.9800.860.50127.6896.925.29
Hex27F126205632806119
Octal21772214201266220014131
Binary1011111111001011000100101011011001010000000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #027F12;
 }
 .AnyTagClassName
 {
   color: #027F12;
 }
</style>
background-color css

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

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

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

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

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

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