#108C2B

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

Shades of Forest Green #108C2B

Tints of Forest Green #108C2B

Color information

#108C2B (or 0x108C2B) is unknown color: approx Forest Green. HEX triplet: 10, 8C and 2B. RGB value is (16,140,43). Sum of RGB (Red+Green+Blue) = 16+140+43=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 140 (55.08% from 255 or 70.35% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 140 - color contains mainly: green. Hex color #108C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108C2B is #EF73D4. Grayscale: #5C5C5C. Windows color (decimal): -15692757 or 2853904. OLE color: 2853904.

HSL color Cylindrical-coordinate representation of color #108C2B: hue angle of 133.06º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108C2B is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1614043-
CMYK0.8900.690.45
HSL133.06º79.49%30.59%-
HSV(B)133.06º88.57%54.9%-
XYZ10.0319.045.43-
YUV91.87100.4273.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 140 (55.08% from 255) = 70.35%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=8.04%
G=70.35%
B=21.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16140430.8900.690.45133.0679.4930.59
Hex108C2B590452D854f1f
Octal202145313101055520511737
Binary100001000110010101110110010100010110110110000101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108C2B; }

 p { color: rgb(16,140,43); }

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

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

 a { background-color: rgb(16,140,43); }

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

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

 span { border-color: rgb(16,140,43); }

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