#15950F

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

Shades of Forest Green #15950F

Tints of Forest Green #15950F

Color information

#15950F (or 0x15950F) is unknown color: approx Forest Green. HEX triplet: 15, 95 and 0F. RGB value is (21,149,15). Sum of RGB (Red+Green+Blue) = 21+149+15=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #15950F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #15950F is #EA6AF0. Grayscale: #5F5F5F. Windows color (decimal): -15362801 or 1021205. OLE color: 1021205.

HSL color Cylindrical-coordinate representation of color #15950F: hue angle of 117.31º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15950F is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB2114915-
CMYK0.8600.900.42
HSL117.31º81.71%32.16%-
HSV(B)117.31º89.93%58.43%-
XYZ11.1421.694.05-
YUV95.4582.5974.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 149 (58.59% from 255) = 80.54%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=11.35%
G=80.54%
B=8.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21149150.8600.900.42117.3181.7132.16
Hex1595F5605A2A755220
Octal252251712601325216512240
Binary1010110010101111110101100101101010101011101011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15950F; }

 p { color: rgb(21,149,15); }

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

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

 a { background-color: rgb(21,149,15); }

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

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

 span { border-color: rgb(21,149,15); }

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