#10972E

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

Shades of Forest Green #10972E

Tints of Forest Green #10972E

Color information

#10972E (or 0x10972E) is unknown color: approx Forest Green. HEX triplet: 10, 97 and 2E. RGB value is (16,151,46). Sum of RGB (Red+Green+Blue) = 16+151+46=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 151 (59.38% from 255 or 70.89% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 151 - color contains mainly: green. Hex color #10972E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10972E is #EF68D1. Grayscale: #626262. Windows color (decimal): -15689938 or 3053328. OLE color: 3053328.

HSL color Cylindrical-coordinate representation of color #10972E: hue angle of 133.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10972E is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1615146-
CMYK0.8900.700.41
HSL133.33º80.84%32.75%-
HSV(B)133.33º89.4%59.22%-
XYZ11.7722.446.3-
YUV98.6698.2769.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 151 (59.38% from 255) = 70.89%
BLUE value IS 46 (18.36% from 255) = 21.60%
R=7.51%
G=70.89%
B=21.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16151460.8900.700.41133.3380.8432.75
Hex10972E5904629855121
Octal202275613101065120512141
Binary1000010010111101110101100101000110101001100001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10972E; }

 p { color: rgb(16,151,46); }

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

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

 a { background-color: rgb(16,151,46); }

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

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

 span { border-color: rgb(16,151,46); }

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