#108428

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

Shades of Forest Green #108428

Tints of Forest Green #108428

Color information

#108428 (or 0x108428) is unknown color: approx Forest Green. HEX triplet: 10, 84 and 28. RGB value is (16,132,40). Sum of RGB (Red+Green+Blue) = 16+132+40=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #108428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108428 is #EF7BD7. Grayscale: #575757. Windows color (decimal): -15694808 or 2655248. OLE color: 2655248.

HSL color Cylindrical-coordinate representation of color #108428: hue angle of 132.41º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108428 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1613240-
CMYK0.8800.700.48
HSL132.41º78.38%29.02%-
HSV(B)132.41º87.88%51.76%-
XYZ8.8516.774.78-
YUV86.83101.5777.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 132 (51.95% from 255) = 70.21%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=8.51%
G=70.21%
B=21.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132400.8800.700.48132.4178.3829.02
Hex1084285804630844e1d
Octal202045013001066020411635
Binary100001000010010100010110000100011011000010000100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108428; }

 p { color: rgb(16,132,40); }

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

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

 a { background-color: rgb(16,132,40); }

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

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

 span { border-color: rgb(16,132,40); }

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