#127211

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

Shades of Green #127211

Tints of Green #127211

Color information

#127211 (or 0x127211) is unknown color: approx Green. HEX triplet: 12, 72 and 11. RGB value is (18,114,17). Sum of RGB (Red+Green+Blue) = 18+114+17=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #127211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127211 is #ED8DEE. Grayscale: #4A4A4A. Windows color (decimal): -15568367 or 1143314. OLE color: 1143314.

HSL color Cylindrical-coordinate representation of color #127211: hue angle of 119.38º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127211 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1811417-
CMYK0.8400.850.55
HSL119.38º74.05%25.69%-
HSV(B)119.38º85.09%44.71%-
XYZ6.3712.22.55-
YUV74.2495.787.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 114 (44.92% from 255) = 76.51%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=12.08%
G=76.51%
B=11.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114170.8400.850.55119.3874.0525.69
Hex1272115405537774a1a
Octal221622112401256716711232
Binary100101110010100011010100010101011101111110111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127211; }

 p { color: rgb(18,114,17); }

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

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

 a { background-color: rgb(18,114,17); }

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

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

 span { border-color: rgb(18,114,17); }

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