#128324

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

Shades of Forest Green #128324

Tints of Forest Green #128324

Color information

#128324 (or 0x128324) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 24. RGB value is (18,131,36). Sum of RGB (Red+Green+Blue) = 18+131+36=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #128324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128324 is #ED7CDB. Grayscale: #565656. Windows color (decimal): -15563996 or 2392850. OLE color: 2392850.

HSL color Cylindrical-coordinate representation of color #128324: hue angle of 129.56º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128324 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1813136-
CMYK0.8600.730.49
HSL129.56º75.84%29.22%-
HSV(B)129.56º86.26%51.37%-
XYZ8.6816.494.39-
YUV86.3899.5679.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 131 (51.56% from 255) = 70.81%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=9.73%
G=70.81%
B=19.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131360.8600.730.49129.5675.8429.22
Hex1283245604931824c1d
Octal222034412601116120211435
Binary100101000001110010010101100100100111000110000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128324; }

 p { color: rgb(18,131,36); }

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

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

 a { background-color: rgb(18,131,36); }

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

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

 span { border-color: rgb(18,131,36); }

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