#10971C

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

Shades of Forest Green #10971C

Tints of Forest Green #10971C

Color information

#10971C (or 0x10971C) is unknown color: approx Forest Green. HEX triplet: 10, 97 and 1C. RGB value is (16,151,28). Sum of RGB (Red+Green+Blue) = 16+151+28=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 151 (59.38% from 255 or 77.44% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 151 - color contains mainly: green. Hex color #10971C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10971C is #EF68E3. Grayscale: #606060. Windows color (decimal): -15689956 or 1873680. OLE color: 1873680.

HSL color Cylindrical-coordinate representation of color #10971C: hue angle of 125.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 #10971C is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1615128-
CMYK0.8900.810.41
HSL125.33º80.84%32.75%-
HSV(B)125.33º89.4%59.22%-
XYZ11.4922.334.8-
YUV96.6189.2770.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 151 (59.38% from 255) = 77.44%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=8.21%
G=77.44%
B=14.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16151280.8900.810.41125.3380.8432.75
Hex10971C59051297d5121
Octal202273413101215117512141
Binary10000100101111110010110010101000110100111111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10971C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10971C; }

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

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

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

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

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

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

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

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