#027112

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

Shades of Green #027112

Tints of Green #027112

Color information

#027112 (or 0x027112) is unknown color: approx Green. HEX triplet: 02, 71 and 12. RGB value is (2,113,18). Sum of RGB (Red+Green+Blue) = 2+113+18=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 113 (44.53% from 255 or 84.96% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 113 - color contains mainly: green. Hex color #027112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027112 is #FD8EED. Grayscale: #454545. Windows color (decimal): -16617198 or 1208578. OLE color: 1208578.

HSL color Cylindrical-coordinate representation of color #027112: hue angle of 128.65º 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 #027112 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB211318-
CMYK0.9800.840.56
HSL128.65º96.52%22.55%-
HSV(B)128.65º98.23%44.31%-
XYZ6.0411.872.54-
YUV68.9899.2380.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 113 (44.53% from 255) = 84.96%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=1.50%
G=84.96%
B=13.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113180.9800.840.56128.6596.5222.55
Hex271126205438816117
Octal21612214201247020114127
Binary1011100011001011000100101010011100010000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027112; }

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

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

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

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

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

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

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

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