#127C1B

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

Shades of Forest Green #127C1B

Tints of Forest Green #127C1B

Color information

#127C1B (or 0x127C1B) is unknown color: approx Forest Green. HEX triplet: 12, 7C and 1B. RGB value is (18,124,27). Sum of RGB (Red+Green+Blue) = 18+124+27=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 124 (48.83% from 255 or 73.37% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 124 - color contains mainly: green. Hex color #127C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C1B is #ED83E4. Grayscale: #515151. Windows color (decimal): -15565797 or 1801234. OLE color: 1801234.

HSL color Cylindrical-coordinate representation of color #127C1B: hue angle of 125.09º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C1B is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1812427-
CMYK0.8500.780.51
HSL125.09º74.65%27.84%-
HSV(B)125.09º85.48%48.63%-
XYZ7.6514.623.46-
YUV81.2597.3882.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 124 (48.83% from 255) = 73.37%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=10.65%
G=73.37%
B=15.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124270.8500.780.51125.0974.6527.84
Hex127C1B5504E337d4b1c
Octal221743312501166317511334
Binary100101111100110111010101010011101100111111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,124,27); }

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

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

 a { background-color: rgb(18,124,27); }

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

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

 span { border-color: rgb(18,124,27); }

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