#2B933A

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

Shades of Forest Green #2B933A

Tints of Forest Green #2B933A

Color information

#2B933A (or 0x2B933A) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 3A. RGB value is (43,147,58). Sum of RGB (Red+Green+Blue) = 43+147+58=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #2B933A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B933A is #D46CC5. Grayscale: #6A6A6A. Windows color (decimal): -13921478 or 3838763. OLE color: 3838763.

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

Color convert

RGB4314758-
CMYK0.7100.610.42
HSL128.65º54.74%37.25%-
HSV(B)128.65º70.75%57.65%-
XYZ12.1921.697.55-
YUV105.76101.0483.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 147 (57.81% from 255) = 59.27%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=17.34%
G=59.27%
B=23.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43147580.7100.610.42128.6554.7437.25
Hex2B933A4703D2A813725
Octal5322372107075522016745
Binary101011100100111110101000111011110110101010000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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