#127319

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

Shades of Forest Green #127319

Tints of Forest Green #127319

Color information

#127319 (or 0x127319) is unknown color: approx Forest Green. HEX triplet: 12, 73 and 19. RGB value is (18,115,25). Sum of RGB (Red+Green+Blue) = 18+115+25=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #127319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127319 is #ED8CE6. Grayscale: #4C4C4C. Windows color (decimal): -15568103 or 1667858. OLE color: 1667858.

HSL color Cylindrical-coordinate representation of color #127319: hue angle of 124.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127319 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1811525-
CMYK0.8400.780.55
HSL124.33º72.93%26.08%-
HSV(B)124.33º84.35%45.1%-
XYZ6.5612.462.98-
YUV75.7499.3686.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 115 (45.31% from 255) = 72.78%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=11.39%
G=72.78%
B=15.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115250.8400.780.55124.3372.9326.08
Hex1273195404E377c491a
Octal221633112401166717411132
Binary100101110011110011010100010011101101111111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127319; }

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

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

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

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

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

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

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

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