#1F872E

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

Shades of Forest Green #1F872E

Tints of Forest Green #1F872E

Color information

#1F872E (or 0x1F872E) is unknown color: approx Forest Green. HEX triplet: 1F, 87 and 2E. RGB value is (31,135,46). Sum of RGB (Red+Green+Blue) = 31+135+46=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #1F872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F872E is #E078D1. Grayscale: #5E5E5E. Windows color (decimal): -14710994 or 3049247. OLE color: 3049247.

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

Color convert

RGB3113546-
CMYK0.7700.660.47
HSL128.65º62.65%32.55%-
HSV(B)128.65º77.04%52.94%-
XYZ9.7217.825.51-
YUV93.76101.0483.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 135 (53.12% from 255) = 63.68%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=14.62%
G=63.68%
B=21.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31135460.7700.660.47128.6562.6532.55
Hex1F872E4D0422F813f21
Octal37207561150102572017741
Binary111111000011110111010011010100001010111110000001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,135,46); }

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

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

 a { background-color: rgb(31,135,46); }

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

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

 span { border-color: rgb(31,135,46); }

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