#1F8632

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

Shades of Forest Green #1F8632

Tints of Forest Green #1F8632

Color information

#1F8632 (or 0x1F8632) is unknown color: approx Forest Green. HEX triplet: 1F, 86 and 32. RGB value is (31,134,50). Sum of RGB (Red+Green+Blue) = 31+134+50=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8632 is #E079CD. Grayscale: #5D5D5D. Windows color (decimal): -14711246 or 3311135. OLE color: 3311135.

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

Color convert

RGB3113450-
CMYK0.7700.630.47
HSL131.07º62.42%32.35%-
HSV(B)131.07º76.87%52.55%-
XYZ9.6717.575.9-
YUV93.63103.3883.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 134 (52.73% from 255) = 62.33%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=14.42%
G=62.33%
B=23.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31134500.7700.630.47131.0762.4232.35
Hex1F86324D03F2F833e20
Octal3720662115077572037640
Binary11111100001101100101001101011111110111110000011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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