#2B931F

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

Shades of Forest Green #2B931F

Tints of Forest Green #2B931F

Color information

#2B931F (or 0x2B931F) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 1F. RGB value is (43,147,31). Sum of RGB (Red+Green+Blue) = 43+147+31=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #2B931F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B931F is #D46CE0. Grayscale: #676767. Windows color (decimal): -13921505 or 2069291. OLE color: 2069291.

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

Color convert

RGB4314731-
CMYK0.7100.790.42
HSL113.79º65.17%34.9%-
HSV(B)113.79º78.91%57.65%-
XYZ11.6821.484.83-
YUV102.6887.5485.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 147 (57.81% from 255) = 66.52%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=19.46%
G=66.52%
B=14.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43147310.7100.790.42113.7965.1734.9
Hex2B931F4704F2A724123
Octal532233710701175216210143
Binary101011100100111111110001110100111110101011100101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B931F; }

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

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

<style>
 a { background-color: #2B931F; }

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

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

<style>
 span { border-color: #2B931F; }

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

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