#127309

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

Shades of Green #127309

Tints of Green #127309

Color information

#127309 (or 0x127309) is unknown color: approx Green. HEX triplet: 12, 73 and 09. RGB value is (18,115,9). Sum of RGB (Red+Green+Blue) = 18+115+9=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 115 (45.31% from 255 or 80.99% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 115 - color contains mainly: green. Hex color #127309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127309 is #ED8CF6. Grayscale: #4A4A4A. Windows color (decimal): -15568119 or 619282. OLE color: 619282.

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

Color convert

RGB181159-
CMYK0.8400.920.55
HSL114.91º85.48%24.31%-
HSV(B)114.91º92.17%45.1%-
XYZ6.4312.412.31-
YUV73.9191.3688.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 115 (45.31% from 255) = 80.99%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=12.68%
G=80.99%
B=6.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1811590.8400.920.55114.9185.4824.31
Hex127395405C37735518
Octal221631112401346716312530
Binary10010111001110011010100010111001101111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127309; }

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

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

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

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

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

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

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

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