#127B1E

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

Shades of Forest Green #127B1E

Tints of Forest Green #127B1E

Color information

#127B1E (or 0x127B1E) is unknown color: approx Forest Green. HEX triplet: 12, 7B and 1E. RGB value is (18,123,30). Sum of RGB (Red+Green+Blue) = 18+123+30=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 123 (48.44% from 255 or 71.93% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 123 - color contains mainly: green. Hex color #127B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B1E is #ED84E1. Grayscale: #515151. Windows color (decimal): -15566050 or 1997586. OLE color: 1997586.

HSL color Cylindrical-coordinate representation of color #127B1E: hue angle of 126.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B1E is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB1812330-
CMYK0.8500.760.52
HSL126.86º74.47%27.65%-
HSV(B)126.86º85.37%48.24%-
XYZ7.5714.393.61-
YUV8199.2183.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 123 (48.44% from 255) = 71.93%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=10.53%
G=71.93%
B=17.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123300.8500.760.52126.8674.4727.65
Hex127B1E5504C347f4a1c
Octal221733612501146417711234
Binary100101111011111101010101010011001101001111111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B1E; }

 p { color: rgb(18,123,30); }

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

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

 a { background-color: rgb(18,123,30); }

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

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

 span { border-color: rgb(18,123,30); }

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