#027A0E

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

Shades of Green #027A0E

Tints of Green #027A0E

Color information

#027A0E (or 0x027A0E) is unknown color: approx Green. HEX triplet: 02, 7A and 0E. RGB value is (2,122,14). Sum of RGB (Red+Green+Blue) = 2+122+14=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 122 (48.05% from 255 or 88.41% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 122 - color contains mainly: green. Hex color #027A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A0E is #FD85F1. Grayscale: #4A4A4A. Windows color (decimal): -16614898 or 948738. OLE color: 948738.

HSL color Cylindrical-coordinate representation of color #027A0E: hue angle of 126º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A0E is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB212214-
CMYK0.9800.890.52
HSL126º96.77%24.31%-
HSV(B)126º98.36%47.84%-
XYZ7.0613.962.74-
YUV73.8194.2476.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 122 (48.05% from 255) = 88.41%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=1.45%
G=88.41%
B=10.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2122140.9800.890.5212696.7724.31
Hex27AE62059347e6118
Octal21721614201316417614130
Binary10111101011101100010010110011101001111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,122,14); }

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

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

 a { background-color: rgb(2,122,14); }

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

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

 span { border-color: rgb(2,122,14); }

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