#1F8F2C

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

Shades of Forest Green #1F8F2C

Tints of Forest Green #1F8F2C

Color information

#1F8F2C (or 0x1F8F2C) is unknown color: approx Forest Green. HEX triplet: 1F, 8F and 2C. RGB value is (31,143,44). Sum of RGB (Red+Green+Blue) = 31+143+44=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 143 (56.25% from 255 or 65.60% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 143 - color contains mainly: green. Hex color #1F8F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8F2C is #E070D3. Grayscale: #626262. Windows color (decimal): -14708948 or 2920223. OLE color: 2920223.

HSL color Cylindrical-coordinate representation of color #1F8F2C: hue angle of 126.96º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8F2C is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB3114344-
CMYK0.7800.690.44
HSL126.96º64.37%34.12%-
HSV(B)126.96º78.32%56.08%-
XYZ10.8420.125.69-
YUV98.2397.3980.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 143 (56.25% from 255) = 65.60%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=14.22%
G=65.60%
B=20.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31143440.7800.690.44126.9664.3734.12
Hex1F8F2C4E0452C7f4022
Octal372175411601055417710042
Binary111111000111110110010011100100010110110011111111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,143,44); }

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

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

 a { background-color: rgb(31,143,44); }

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

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

 span { border-color: rgb(31,143,44); }

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