#127310

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

Shades of Green #127310

Tints of Green #127310

Color information

#127310 (or 0x127310) is unknown color: approx Green. HEX triplet: 12, 73 and 10. RGB value is (18,115,16). Sum of RGB (Red+Green+Blue) = 18+115+16=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #127310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127310 is #ED8CEF. Grayscale: #4B4B4B. Windows color (decimal): -15568112 or 1078034. OLE color: 1078034.

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

Color convert

RGB1811516-
CMYK0.8400.860.55
HSL118.79º75.57%25.69%-
HSV(B)118.79º86.09%45.1%-
XYZ6.4712.432.55-
YUV74.7194.8687.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 115 (45.31% from 255) = 77.18%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=12.08%
G=77.18%
B=10.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115160.8400.860.55118.7975.5725.69
Hex1273105405637774c1a
Octal221632012401266716711432
Binary100101110011100001010100010101101101111110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127310; }

 p { color: rgb(18,115,16); }

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

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

 a { background-color: rgb(18,115,16); }

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

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

 span { border-color: rgb(18,115,16); }

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