#1F9215

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

Shades of Forest Green #1F9215

Tints of Forest Green #1F9215

Color information

#1F9215 (or 0x1F9215) is unknown color: approx Forest Green. HEX triplet: 1F, 92 and 15. RGB value is (31,146,21). Sum of RGB (Red+Green+Blue) = 31+146+21=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 146 (57.42% from 255 or 73.74% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 146 - color contains mainly: green. Hex color #1F9215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9215 is #E06DEA. Grayscale: #616161. Windows color (decimal): -14708203 or 1413663. OLE color: 1413663.

HSL color Cylindrical-coordinate representation of color #1F9215: hue angle of 115.2º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F9215 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB3114621-
CMYK0.7900.860.43
HSL115.2º74.85%32.75%-
HSV(B)115.2º85.62%57.25%-
XYZ10.9820.94.17-
YUV97.3684.980.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.66%
GREEN value IS 146 (57.42% from 255) = 73.74%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=15.66%
G=73.74%
B=10.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31146210.7900.860.43115.274.8532.75
Hex1F92154F0562B734b21
Octal372222511701265316311341
Binary11111100100101010110011110101011010101111100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F9215; }

 p { color: rgb(31,146,21); }

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

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

 a { background-color: rgb(31,146,21); }

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

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

 span { border-color: rgb(31,146,21); }

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