#1F963A

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

Shades of Forest Green #1F963A

Tints of Forest Green #1F963A

Color information

#1F963A (or 0x1F963A) is unknown color: approx Forest Green. HEX triplet: 1F, 96 and 3A. RGB value is (31,150,58). Sum of RGB (Red+Green+Blue) = 31+150+58=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #1F963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F963A is #E069C5. Grayscale: #686868. Windows color (decimal): -14707142 or 3839519. OLE color: 3839519.

HSL color Cylindrical-coordinate representation of color #1F963A: hue angle of 133.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F963A is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB3115058-
CMYK0.7900.610.41
HSL133.61º65.75%35.49%-
HSV(B)133.61º79.33%58.82%-
XYZ12.2422.417.68-
YUV103.93102.0875.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=12.97%
G=62.76%
B=24.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150580.7900.610.41133.6165.7535.49
Hex1F963A4F03D29864223
Octal37226721170755120610243
Binary111111001011011101010011110111101101001100001101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,58); }

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

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

 a { background-color: rgb(31,150,58); }

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

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

 span { border-color: rgb(31,150,58); }

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