#027011

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

Shades of Green #027011

Tints of Green #027011

Color information

#027011 (or 0x027011) is unknown color: approx Green. HEX triplet: 02, 70 and 11. RGB value is (2,112,17). Sum of RGB (Red+Green+Blue) = 2+112+17=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #027011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027011 is #FD8FEE. Grayscale: #444444. Windows color (decimal): -16617455 or 1142786. OLE color: 1142786.

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

Color convert

RGB211217-
CMYK0.9800.850.56
HSL128.18º96.49%22.35%-
HSV(B)128.18º98.21%43.92%-
XYZ5.9211.642.47-
YUV68.2899.0680.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 112 (44.14% from 255) = 85.50%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=1.53%
G=85.50%
B=12.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112170.9800.850.56128.1896.4922.35
Hex270116205538806016
Octal21602114201257020014026
Binary1011100001000111000100101010111100010000000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027011; }

 p { color: rgb(2,112,17); }

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

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

 a { background-color: rgb(2,112,17); }

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

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

 span { border-color: rgb(2,112,17); }

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