#108528

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

Shades of Forest Green #108528

Tints of Forest Green #108528

Color information

#108528 (or 0x108528) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 28. RGB value is (16,133,40). Sum of RGB (Red+Green+Blue) = 16+133+40=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 133 (52.34% from 255 or 70.37% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 133 - color contains mainly: green. Hex color #108528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108528 is #EF7AD7. Grayscale: #575757. Windows color (decimal): -15694552 or 2655504. OLE color: 2655504.

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

Color convert

RGB1613340-
CMYK0.8800.700.48
HSL132.31º78.52%29.22%-
HSV(B)132.31º87.97%52.16%-
XYZ8.9817.044.82-
YUV87.42101.2477.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 133 (52.34% from 255) = 70.37%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=8.47%
G=70.37%
B=21.16%

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
Decimal16133400.8800.700.48132.3178.5229.22
Hex1085285804630844f1d
Octal202055013001066020411735
Binary100001000010110100010110000100011011000010000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108528; }

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

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

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

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

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

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

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

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