#109530

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

Shades of Forest Green #109530

Tints of Forest Green #109530

Color information

#109530 (or 0x109530) is unknown color: approx Forest Green. HEX triplet: 10, 95 and 30. RGB value is (16,149,48). Sum of RGB (Red+Green+Blue) = 16+149+48=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #109530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109530 is #EF6ACF. Grayscale: #616161. Windows color (decimal): -15690448 or 3183888. OLE color: 3183888.

HSL color Cylindrical-coordinate representation of color #109530: hue angle of 134.44º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109530 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1614948-
CMYK0.8900.680.42
HSL134.44º80.61%32.35%-
HSV(B)134.44º89.26%58.43%-
XYZ11.4921.826.4-
YUV97.7299.9469.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=7.51%
G=69.95%
B=22.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal16149480.8900.680.42134.4480.6132.35
Hex109530590442A865120
Octal202256013101045220612140
Binary1000010010101110000101100101000100101010100001101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109530; }

 p { color: rgb(16,149,48); }

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

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

 a { background-color: rgb(16,149,48); }

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

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

 span { border-color: rgb(16,149,48); }

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