#127A1A

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

Shades of Forest Green #127A1A

Tints of Forest Green #127A1A

Color information

#127A1A (or 0x127A1A) is unknown color: approx Forest Green. HEX triplet: 12, 7A and 1A. RGB value is (18,122,26). Sum of RGB (Red+Green+Blue) = 18+122+26=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #127A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A1A is #ED85E5. Grayscale: #505050. Windows color (decimal): -15566310 or 1735186. OLE color: 1735186.

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

Color convert

RGB1812226-
CMYK0.8500.790.52
HSL124.62º74.29%27.45%-
HSV(B)124.62º85.25%47.84%-
XYZ7.414.123.31-
YUV79.9697.5483.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 122 (48.05% from 255) = 73.49%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=10.84%
G=73.49%
B=15.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122260.8500.790.52124.6274.2927.45
Hex127A1A5504F347d4a1b
Octal221723212501176417511233
Binary100101111010110101010101010011111101001111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,122,26); }

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

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

 a { background-color: rgb(18,122,26); }

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

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

 span { border-color: rgb(18,122,26); }

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