#127019

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

Shades of Forest Green #127019

Tints of Forest Green #127019

Color information

#127019 (or 0x127019) is unknown color: approx Forest Green. HEX triplet: 12, 70 and 19. RGB value is (18,112,25). Sum of RGB (Red+Green+Blue) = 18+112+25=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #127019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127019 is #ED8FE6. Grayscale: #4A4A4A. Windows color (decimal): -15568871 or 1667090. OLE color: 1667090.

HSL color Cylindrical-coordinate representation of color #127019: hue angle of 124.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127019 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1811225-
CMYK0.8400.780.56
HSL124.47º72.31%25.49%-
HSV(B)124.47º83.93%43.92%-
XYZ6.2211.792.87-
YUV73.98100.3688.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 112 (44.14% from 255) = 72.26%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=11.61%
G=72.26%
B=16.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112250.8400.780.56124.4772.3125.49
Hex1270195404E387c4819
Octal221603112401167017411031
Binary100101110000110011010100010011101110001111100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127019; }

 p { color: rgb(18,112,25); }

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

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

 a { background-color: rgb(18,112,25); }

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

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

 span { border-color: rgb(18,112,25); }

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