#127915

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

Shades of Forest Green #127915

Tints of Forest Green #127915

Color information

#127915 (or 0x127915) is unknown color: approx Forest Green. HEX triplet: 12, 79 and 15. RGB value is (18,121,21). Sum of RGB (Red+Green+Blue) = 18+121+21=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 121 (47.66% from 255 or 75.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 121 - color contains mainly: green. Hex color #127915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127915 is #ED86EA. Grayscale: #4F4F4F. Windows color (decimal): -15566571 or 1407250. OLE color: 1407250.

HSL color Cylindrical-coordinate representation of color #127915: hue angle of 121.75º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127915 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1812121-
CMYK0.8500.830.53
HSL121.75º74.1%27.25%-
HSV(B)121.75º85.12%47.45%-
XYZ7.2213.863-
YUV78.895.3884.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 121 (47.66% from 255) = 75.62%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=11.25%
G=75.62%
B=13.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121210.8500.830.53121.7574.127.25
Hex12791555053357a4a1b
Octal221712512501236517211233
Binary100101111001101011010101010100111101011111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127915; }

 p { color: rgb(18,121,21); }

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

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

 a { background-color: rgb(18,121,21); }

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

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

 span { border-color: rgb(18,121,21); }

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