#1F9811

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

Shades of Forest Green #1F9811

Tints of Forest Green #1F9811

Color information

#1F9811 (or 0x1F9811) is unknown color: approx Forest Green. HEX triplet: 1F, 98 and 11. RGB value is (31,152,17). Sum of RGB (Red+Green+Blue) = 31+152+17=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F9811 is #E067EE. Grayscale: #646464. Windows color (decimal): -14706671 or 1153055. OLE color: 1153055.

HSL color Cylindrical-coordinate representation of color #1F9811: hue angle of 113.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F9811 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB3115217-
CMYK0.8000.890.40
HSL113.78º79.88%33.14%-
HSV(B)113.78º88.82%59.61%-
XYZ11.8922.794.3-
YUV100.4380.9178.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 152 (59.77% from 255) = 76%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=15.5%
G=76%
B=8.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31152170.8000.890.40113.7879.8833.14
Hex1F98115005928725021
Octal372302112001315016212041
Binary11111100110001000110100000101100110100011100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,152,17); }

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

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

 a { background-color: rgb(31,152,17); }

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

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

 span { border-color: rgb(31,152,17); }

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