#128328

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

Shades of Forest Green #128328

Tints of Forest Green #128328

Color information

#128328 (or 0x128328) is unknown color: approx Forest Green. HEX triplet: 12, 83 and 28. RGB value is (18,131,40). Sum of RGB (Red+Green+Blue) = 18+131+40=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 131 (51.56% from 255 or 69.31% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 131 - color contains mainly: green. Hex color #128328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128328 is #ED7CD7. Grayscale: #575757. Windows color (decimal): -15563992 or 2654994. OLE color: 2654994.

HSL color Cylindrical-coordinate representation of color #128328: hue angle of 131.68º 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 #128328 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1813140-
CMYK0.8600.690.49
HSL131.68º75.84%29.22%-
HSV(B)131.68º86.26%51.37%-
XYZ8.7516.514.73-
YUV86.84101.5678.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 131 (51.56% from 255) = 69.31%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=9.52%
G=69.31%
B=21.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131400.8600.690.49131.6875.8429.22
Hex1283285604531844c1d
Octal222035012601056120411435
Binary100101000001110100010101100100010111000110000100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128328; }

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

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

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

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

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

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

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

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