#027E15

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

Shades of Green #027E15

Tints of Green #027E15

Color information

#027E15 (or 0x027E15) is unknown color: approx Green. HEX triplet: 02, 7E and 15. RGB value is (2,126,21). Sum of RGB (Red+Green+Blue) = 2+126+21=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 126 (49.61% from 255 or 84.56% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 126 - color contains mainly: green. Hex color #027E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027E15 is #FD81EA. Grayscale: #4D4D4D. Windows color (decimal): -16613867 or 1408514. OLE color: 1408514.

HSL color Cylindrical-coordinate representation of color #027E15: hue angle of 129.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E15 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB212621-
CMYK0.9800.830.51
HSL129.19º96.88%25.1%-
HSV(B)129.19º98.41%49.41%-
XYZ7.6214.993.2-
YUV76.9596.4274.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 126 (49.61% from 255) = 84.56%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=1.34%
G=84.56%
B=14.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2126210.9800.830.51129.1996.8825.1
Hex27E156205333816119
Octal21762514201236320114131
Binary1011111101010111000100101001111001110000001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,126,21); }

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

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

 a { background-color: rgb(2,126,21); }

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

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

 span { border-color: rgb(2,126,21); }

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