#108426

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

Shades of Forest Green #108426

Tints of Forest Green #108426

Color information

#108426 (or 0x108426) is unknown color: approx Forest Green. HEX triplet: 10, 84 and 26. RGB value is (16,132,38). Sum of RGB (Red+Green+Blue) = 16+132+38=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #108426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108426 is #EF7BD9. Grayscale: #565656. Windows color (decimal): -15694810 or 2524176. OLE color: 2524176.

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

Color convert

RGB1613238-
CMYK0.8800.710.48
HSL131.38º78.38%29.02%-
HSV(B)131.38º87.88%51.76%-
XYZ8.8116.754.6-
YUV86.6100.5777.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 132 (51.95% from 255) = 70.97%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=8.60%
G=70.97%
B=20.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132380.8800.710.48131.3878.3829.02
Hex1084265804730834e1d
Octal202044613001076020311635
Binary100001000010010011010110000100011111000010000011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108426; }

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

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

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

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

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

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

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

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