#2B971F

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

Shades of Forest Green #2B971F

Tints of Forest Green #2B971F

Color information

#2B971F (or 0x2B971F) is unknown color: approx Forest Green. HEX triplet: 2B, 97 and 1F. RGB value is (43,151,31). Sum of RGB (Red+Green+Blue) = 43+151+31=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #2B971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B971F is #D468E0. Grayscale: #696969. Windows color (decimal): -13920481 or 2070315. OLE color: 2070315.

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

Color convert

RGB4315131-
CMYK0.7200.790.41
HSL114º65.93%35.69%-
HSV(B)114º79.47%59.22%-
XYZ12.3122.755.04-
YUV105.0386.2283.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 151 (59.38% from 255) = 67.11%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=19.11%
G=67.11%
B=13.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43151310.7200.790.4111465.9335.69
Hex2B971F4804F29724224
Octal532273711001175116210244
Binary101011100101111111110010000100111110100111100101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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