#1F8532

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

Shades of Forest Green #1F8532

Tints of Forest Green #1F8532

Color information

#1F8532 (or 0x1F8532) is unknown color: approx Forest Green. HEX triplet: 1F, 85 and 32. RGB value is (31,133,50). Sum of RGB (Red+Green+Blue) = 31+133+50=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #1F8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8532 is #E07ACD. Grayscale: #5D5D5D. Windows color (decimal): -14711502 or 3310879. OLE color: 3310879.

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

Color convert

RGB3113350-
CMYK0.7700.620.48
HSL131.18º62.2%32.16%-
HSV(B)131.18º76.69%52.16%-
XYZ9.5317.35.85-
YUV93.04103.7183.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.49%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=14.49%
G=62.15%
B=23.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31133500.7700.620.48131.1862.232.16
Hex1F85324D03E30833e20
Octal3720562115076602037640
Binary11111100001011100101001101011111011000010000011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,133,50); }

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

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

 a { background-color: rgb(31,133,50); }

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

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

 span { border-color: rgb(31,133,50); }

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