#1f942b

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

Shades of Forest Green #1F942B

Tints of Forest Green #1F942B

Color information

#1F942B (or 0x1F942B) is unknown color: approx Forest Green. HEX triplet: 1F, 94 and 2B. RGB value is (31,148,43). Sum of RGB (Red+Green+Blue) = 31+148+43=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #1F942B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F942B is #E06BD4. Grayscale: #656565. Windows color (decimal): -14707669 or 2855967. OLE color: 2855967.

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

Color convert

RGB3114843-
CMYK0.7900.710.42
HSL126.15º65.36%35.1%-
HSV(B)126.15º79.05%58.04%-
XYZ11.5921.655.85-
YUV101.0595.2478.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 148 (58.20% from 255) = 66.67%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=13.96%
G=66.67%
B=19.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31148430.7900.710.42126.1565.3635.1
Hex1F942B4F0472A7e4123
Octal372245311701075217610143
Binary111111001010010101110011110100011110101011111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f942b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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