#129323

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

Shades of Forest Green #129323

Tints of Forest Green #129323

Color information

#129323 (or 0x129323) is unknown color: approx Forest Green. HEX triplet: 12, 93 and 23. RGB value is (18,147,35). Sum of RGB (Red+Green+Blue) = 18+147+35=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 147 (57.81% from 255 or 73.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 147 - color contains mainly: green. Hex color #129323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129323 is #ED6CDC. Grayscale: #5F5F5F. Windows color (decimal): -15559901 or 2331410. OLE color: 2331410.

HSL color Cylindrical-coordinate representation of color #129323: hue angle of 127.91º 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 #129323 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB1814735-
CMYK0.8800.760.42
HSL127.91º78.18%32.35%-
HSV(B)127.91º87.76%57.65%-
XYZ10.9921.125.09-
YUV95.6693.7672.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 147 (57.81% from 255) = 73.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=9%
G=73.5%
B=17.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18147350.8800.760.42127.9178.1832.35
Hex1293235804C2A804e20
Octal222234313001145220011640
Binary1001010010011100011101100001001100101010100000001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129323; }

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

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

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

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

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

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

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

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