#2B941C

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

Shades of Forest Green #2B941C

Tints of Forest Green #2B941C

Color information

#2B941C (or 0x2B941C) is unknown color: approx Forest Green. HEX triplet: 2B, 94 and 1C. RGB value is (43,148,28). Sum of RGB (Red+Green+Blue) = 43+148+28=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 148 (58.20% from 255 or 67.58% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 148 - color contains mainly: green. Hex color #2B941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B941C is #D46BE3. Grayscale: #676767. Windows color (decimal): -13921252 or 1872939. OLE color: 1872939.

HSL color Cylindrical-coordinate representation of color #2B941C: hue angle of 112.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B941C is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB4314828-
CMYK0.7100.810.42
HSL112.5º68.18%34.51%-
HSV(B)112.5º81.08%58.04%-
XYZ11.821.784.68-
YUV102.9285.7185.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 148 (58.20% from 255) = 67.58%
BLUE value IS 28 (11.33% from 255) = 12.79%
R=19.63%
G=67.58%
B=12.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43148280.7100.810.42112.568.1834.51
Hex2B941C470512A704423
Octal532243410701215216010443
Binary101011100101001110010001110101000110101011100001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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