#129326

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

Shades of Forest Green #129326

Tints of Forest Green #129326

Color information

#129326 (or 0x129326) is unknown color: approx Forest Green. HEX triplet: 12, 93 and 26. RGB value is (18,147,38). Sum of RGB (Red+Green+Blue) = 18+147+38=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #129326 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129326 is #ED6CD9. Grayscale: #606060. Windows color (decimal): -15559898 or 2528018. OLE color: 2528018.

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

Color convert

RGB1814738-
CMYK0.8800.740.42
HSL129.3º78.18%32.35%-
HSV(B)129.3º87.76%57.65%-
XYZ11.0321.145.33-
YUV9695.2672.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 147 (57.81% from 255) = 72.41%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=8.87%
G=72.41%
B=18.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18147380.8800.740.42129.378.1832.35
Hex1293265804A2A814e20
Octal222234613001125220111640
Binary1001010010011100110101100001001010101010100000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129326; }

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

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

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

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

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

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

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

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