#1F862C

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

Shades of Forest Green #1F862C

Tints of Forest Green #1F862C

Color information

#1F862C (or 0x1F862C) is unknown color: approx Forest Green. HEX triplet: 1F, 86 and 2C. RGB value is (31,134,44). Sum of RGB (Red+Green+Blue) = 31+134+44=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #1F862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F862C is #E079D3. Grayscale: #5D5D5D. Windows color (decimal): -14711252 or 2917919. OLE color: 2917919.

HSL color Cylindrical-coordinate representation of color #1F862C: hue angle of 127.57º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F862C is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB3113444-
CMYK0.7700.670.47
HSL127.57º62.42%32.35%-
HSV(B)127.57º76.87%52.55%-
XYZ9.5417.525.26-
YUV92.94100.3883.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.83%
GREEN value IS 134 (52.73% from 255) = 64.11%
BLUE value IS 44 (17.58% from 255) = 21.05%
R=14.83%
G=64.11%
B=21.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31134440.7700.670.47127.5762.4232.35
Hex1F862C4D0432F803e20
Octal37206541150103572007640
Binary111111000011010110010011010100001110111110000000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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