#027106

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

Shades of Green #027106

Tints of Green #027106

Color information

#027106 (or 0x027106) is unknown color: approx Green. HEX triplet: 02, 71 and 06. RGB value is (2,113,6). Sum of RGB (Red+Green+Blue) = 2+113+6=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 113 (44.53% from 255 or 93.39% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 113 - color contains mainly: green. Hex color #027106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027106 is #FD8EF9. Grayscale: #434343. Windows color (decimal): -16617210 or 422146. OLE color: 422146.

HSL color Cylindrical-coordinate representation of color #027106: hue angle of 122.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027106 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB21136-
CMYK0.9800.950.56
HSL122.16º96.52%22.55%-
HSV(B)122.16º98.23%44.31%-
XYZ5.9611.842.14-
YUV67.6193.2381.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 113 (44.53% from 255) = 93.39%
BLUE value IS 6 (2.73% from 255) = 4.96%
R=1.65%
G=93.39%
B=4.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211360.9800.950.56122.1696.5222.55
Hex27166205F387a6117
Octal2161614201377017214127
Binary1011100011101100010010111111110001111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027106; }

 p { color: rgb(2,113,6); }

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

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

 a { background-color: rgb(2,113,6); }

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

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

 span { border-color: rgb(2,113,6); }

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