#108529

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

Shades of Forest Green #108529

Tints of Forest Green #108529

Color information

#108529 (or 0x108529) is unknown color: approx Forest Green. HEX triplet: 10, 85 and 29. RGB value is (16,133,41). Sum of RGB (Red+Green+Blue) = 16+133+41=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #108529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108529 is #EF7AD6. Grayscale: #575757. Windows color (decimal): -15694551 or 2721040. OLE color: 2721040.

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

Color convert

RGB1613341-
CMYK0.8800.690.48
HSL132.82º78.52%29.22%-
HSV(B)132.82º87.97%52.16%-
XYZ917.054.91-
YUV87.53101.7476.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 133 (52.34% from 255) = 70%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=8.42%
G=70%
B=21.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133410.8800.690.48132.8278.5229.22
Hex1085295804530854f1d
Octal202055113001056020511735
Binary100001000010110100110110000100010111000010000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108529; }

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

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

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

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

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

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

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

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