#2b9331

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

Shades of Forest Green #2B9331

Tints of Forest Green #2B9331

Color information

#2B9331 (or 0x2B9331) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 31. RGB value is (43,147,49). Sum of RGB (Red+Green+Blue) = 43+147+49=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9331 is #D46CCE. Grayscale: #696969. Windows color (decimal): -13921487 or 3248939. OLE color: 3248939.

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

Color convert

RGB4314749-
CMYK0.7100.670.42
HSL123.46º54.74%37.25%-
HSV(B)123.46º70.75%57.65%-
XYZ11.9821.66.44-
YUV104.7396.5483.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 147 (57.81% from 255) = 61.51%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=17.99%
G=61.51%
B=20.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43147490.7100.670.42123.4654.7437.25
Hex2B9331470432A7b3725
Octal53223611070103521736745
Binary101011100100111100011000111010000111010101111011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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