#1f942e

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

Shades of Forest Green #1F942E

Tints of Forest Green #1F942E

Color information

#1F942E (or 0x1F942E) is unknown color: approx Forest Green. HEX triplet: 1F, 94 and 2E. RGB value is (31,148,46). Sum of RGB (Red+Green+Blue) = 31+148+46=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #1F942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F942E is #E06BD1. Grayscale: #656565. Windows color (decimal): -14707666 or 3052575. OLE color: 3052575.

HSL color Cylindrical-coordinate representation of color #1F942E: hue angle of 127.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F942E is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB3114846-
CMYK0.7900.690.42
HSL127.69º65.36%35.1%-
HSV(B)127.69º79.05%58.04%-
XYZ11.6521.676.15-
YUV101.3996.7477.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 148 (58.20% from 255) = 65.78%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=13.78%
G=65.78%
B=20.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31148460.7900.690.42127.6965.3635.1
Hex1F942E4F0452A804123
Octal372245611701055220010143
Binary1111110010100101110100111101000101101010100000001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f942e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,148,46); }

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

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

 a { background-color: rgb(31,148,46); }

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

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

 span { border-color: rgb(31,148,46); }

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