#1F962D

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

Shades of Forest Green #1F962D

Tints of Forest Green #1F962D

Color information

#1F962D (or 0x1F962D) is unknown color: approx Forest Green. HEX triplet: 1F, 96 and 2D. RGB value is (31,150,45). Sum of RGB (Red+Green+Blue) = 31+150+45=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #1F962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F962D is #E069D2. Grayscale: #666666. Windows color (decimal): -14707155 or 2987551. OLE color: 2987551.

HSL color Cylindrical-coordinate representation of color #1F962D: hue angle of 127.06º 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 #1F962D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB3115045-
CMYK0.7900.700.41
HSL127.06º65.75%35.49%-
HSV(B)127.06º79.33%58.82%-
XYZ11.9522.296.16-
YUV102.4595.5877.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.72%
GREEN value IS 150 (58.98% from 255) = 66.37%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=13.72%
G=66.37%
B=19.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150450.7900.700.41127.0665.7535.49
Hex1F962D4F046297f4223
Octal372265511701065117710243
Binary111111001011010110110011110100011010100111111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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