#127314

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

Shades of Green #127314

Tints of Green #127314

Color information

#127314 (or 0x127314) is unknown color: approx Green. HEX triplet: 12, 73 and 14. RGB value is (18,115,20). Sum of RGB (Red+Green+Blue) = 18+115+20=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #127314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127314 is #ED8CEB. Grayscale: #4B4B4B. Windows color (decimal): -15568108 or 1340178. OLE color: 1340178.

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

Color convert

RGB1811520-
CMYK0.8400.830.55
HSL121.24º72.93%26.08%-
HSV(B)121.24º84.35%45.1%-
XYZ6.5112.442.72-
YUV75.1796.8687.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 115 (45.31% from 255) = 75.16%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=11.76%
G=75.16%
B=13.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115200.8400.830.55121.2472.9326.08
Hex127314540533779491a
Octal221632412401236717111132
Binary100101110011101001010100010100111101111111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127314; }

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

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

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

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

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

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

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

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