#027F10

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

Shades of Green #027F10

Tints of Green #027F10

Color information

#027F10 (or 0x027F10) is unknown color: approx Green. HEX triplet: 02, 7F and 10. RGB value is (2,127,16). Sum of RGB (Red+Green+Blue) = 2+127+16=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 127 (50% from 255 or 87.59% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 127 - color contains mainly: green. Hex color #027F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F10 is #FD80EF. Grayscale: #4D4D4D. Windows color (decimal): -16613616 or 1081090. OLE color: 1081090.

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

Color convert

RGB212716-
CMYK0.9800.870.50
HSL126.72º96.9%25.29%-
HSV(B)126.72º98.43%49.8%-
XYZ7.7115.233.02-
YUV76.9793.5974.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 127 (50% from 255) = 87.59%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=1.38%
G=87.59%
B=11.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2127160.9800.870.50126.7296.925.29
Hex27F1062057327f6119
Octal21772014201276217714131
Binary101111111100001100010010101111100101111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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