#1F841C

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

Shades of Forest Green #1F841C

Tints of Forest Green #1F841C

Color information

#1F841C (or 0x1F841C) is unknown color: approx Forest Green. HEX triplet: 1F, 84 and 1C. RGB value is (31,132,28). Sum of RGB (Red+Green+Blue) = 31+132+28=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #1F841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F841C is #E07BE3. Grayscale: #5A5A5A. Windows color (decimal): -14711780 or 1868831. OLE color: 1868831.

HSL color Cylindrical-coordinate representation of color #1F841C: hue angle of 118.27º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F841C is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB3113228-
CMYK0.7700.790.48
HSL118.27º65%31.37%-
HSV(B)118.27º78.79%51.76%-
XYZ9.0316.883.88-
YUV89.9493.0485.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.23%
GREEN value IS 132 (51.95% from 255) = 69.11%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=16.23%
G=69.11%
B=14.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31132280.7700.790.48118.276531.37
Hex1F841C4D04F3076411f
Octal372043411501176016610137
Binary1111110000100111001001101010011111100001110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,132,28); }

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

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

 a { background-color: rgb(31,132,28); }

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

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

 span { border-color: rgb(31,132,28); }

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