#027F1E

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

Shades of Green #027F1E

Tints of Green #027F1E

Color information

#027F1E (or 0x027F1E) is unknown color: approx Green. HEX triplet: 02, 7F and 1E. RGB value is (2,127,30). Sum of RGB (Red+Green+Blue) = 2+127+30=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 127 (50% from 255 or 79.87% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 127 - color contains mainly: green. Hex color #027F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027F1E is #FD80E1. Grayscale: #4E4E4E. Windows color (decimal): -16613602 or 1998594. OLE color: 1998594.

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

Color convert

RGB212730-
CMYK0.9800.760.50
HSL133.44º96.9%25.29%-
HSV(B)133.44º98.43%49.8%-
XYZ7.8515.293.76-
YUV78.57100.5973.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 127 (50% from 255) = 79.87%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=1.26%
G=79.87%
B=18.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2127300.9800.760.50133.4496.925.29
Hex27F1E6204C32856119
Octal21773614201146220514131
Binary1011111111111011000100100110011001010000101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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