#1F882D

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

Shades of Forest Green #1F882D

Tints of Forest Green #1F882D

Color information

#1F882D (or 0x1F882D) is unknown color: approx Forest Green. HEX triplet: 1F, 88 and 2D. RGB value is (31,136,45). Sum of RGB (Red+Green+Blue) = 31+136+45=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #1F882D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F882D is #E077D2. Grayscale: #5E5E5E. Windows color (decimal): -14710739 or 2983967. OLE color: 2983967.

HSL color Cylindrical-coordinate representation of color #1F882D: hue angle of 128º 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 #1F882D is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB3113645-
CMYK0.7700.670.47
HSL128º62.87%32.75%-
HSV(B)128º77.21%53.33%-
XYZ9.8418.095.46-
YUV94.23100.2182.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 136 (53.52% from 255) = 64.15%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=14.62%
G=64.15%
B=21.23%

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
Decimal31136450.7700.670.4712862.8732.75
Hex1F882D4D0432F803f21
Octal37210551150103572007741
Binary111111000100010110110011010100001110111110000000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,136,45); }

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

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

 a { background-color: rgb(31,136,45); }

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

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

 span { border-color: rgb(31,136,45); }

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