#1F9A3C

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

Shades of Forest Green #1F9A3C

Tints of Forest Green #1F9A3C

Color information

#1F9A3C (or 0x1F9A3C) is unknown color: approx Forest Green. HEX triplet: 1F, 9A and 3C. RGB value is (31,154,60). Sum of RGB (Red+Green+Blue) = 31+154+60=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 154 (60.55% from 255 or 62.86% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 154 - color contains mainly: green. Hex color #1F9A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9A3C is #E065C3. Grayscale: #6A6A6A. Windows color (decimal): -14706116 or 3971615. OLE color: 3971615.

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

Color convert

RGB3115460-
CMYK0.8000.610.40
HSL134.15º66.49%36.27%-
HSV(B)134.15º79.87%60.39%-
XYZ12.9423.738.17-
YUV106.51101.7574.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 154 (60.55% from 255) = 62.86%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=12.65%
G=62.86%
B=24.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31154600.8000.610.40134.1566.4936.27
Hex1F9A3C5003D28864224
Octal37232741200755020610244
Binary111111001101011110010100000111101101000100001101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,154,60); }

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

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

 a { background-color: rgb(31,154,60); }

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

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

 span { border-color: rgb(31,154,60); }

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