#1F8D1E

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

Shades of Forest Green #1F8D1E

Tints of Forest Green #1F8D1E

Color information

#1F8D1E (or 0x1F8D1E) is unknown color: approx Forest Green. HEX triplet: 1F, 8D and 1E. RGB value is (31,141,30). Sum of RGB (Red+Green+Blue) = 31+141+30=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #1F8D1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8D1E is #E072E1. Grayscale: #5F5F5F. Windows color (decimal): -14709474 or 2002207. OLE color: 2002207.

HSL color Cylindrical-coordinate representation of color #1F8D1E: hue angle of 119.46º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F8D1E is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB3114130-
CMYK0.7800.790.45
HSL119.46º64.91%33.53%-
HSV(B)119.46º78.72%55.29%-
XYZ10.3219.434.44-
YUV95.4691.0682.03-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.35%
GREEN value IS 141 (55.47% from 255) = 69.80%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=15.35%
G=69.80%
B=14.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31141300.7800.790.45119.4664.9133.53
Hex1F8D1E4E04F2D774122
Octal372153611601175516710142
Binary11111100011011111010011100100111110110111101111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,141,30); }

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

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

 a { background-color: rgb(31,141,30); }

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

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

 span { border-color: rgb(31,141,30); }

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