#129319

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

Shades of Forest Green #129319

Tints of Forest Green #129319

Color information

#129319 (or 0x129319) is unknown color: approx Forest Green. HEX triplet: 12, 93 and 19. RGB value is (18,147,25). Sum of RGB (Red+Green+Blue) = 18+147+25=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 147 (57.81% from 255 or 77.37% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 147 - color contains mainly: green. Hex color #129319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129319 is #ED6CE6. Grayscale: #5E5E5E. Windows color (decimal): -15559911 or 1676050. OLE color: 1676050.

HSL color Cylindrical-coordinate representation of color #129319: hue angle of 123.26º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129319 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1814725-
CMYK0.8800.830.42
HSL123.26º78.18%32.35%-
HSV(B)123.26º87.76%57.65%-
XYZ10.8621.074.41-
YUV94.5288.7673.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 147 (57.81% from 255) = 77.37%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=9.47%
G=77.37%
B=13.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18147250.8800.830.42123.2678.1832.35
Hex129319580532A7b4e20
Octal222233113001235217311640
Binary10010100100111100110110000101001110101011110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129319; }

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

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

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

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

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

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

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

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