#2B8622

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

Shades of Forest Green #2B8622

Tints of Forest Green #2B8622

Color information

#2B8622 (or 0x2B8622) is unknown color: approx Forest Green. HEX triplet: 2B, 86 and 22. RGB value is (43,134,34). Sum of RGB (Red+Green+Blue) = 43+134+34=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8622 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8622 is #D479DD. Grayscale: #5F5F5F. Windows color (decimal): -13924830 or 2262571. OLE color: 2262571.

HSL color Cylindrical-coordinate representation of color #2B8622: hue angle of 114.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8622 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB4313434-
CMYK0.6800.750.47
HSL114.6º59.52%32.94%-
HSV(B)114.6º74.63%52.55%-
XYZ9.8117.684.41-
YUV95.3993.3590.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 134 (52.73% from 255) = 63.51%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=20.38%
G=63.51%
B=16.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43134340.6800.750.47114.659.5232.94
Hex2B86224404B2F733c21
Octal53206421040113571637441
Binary101011100001101000101000100010010111011111110011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,134,34); }

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

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

 a { background-color: rgb(43,134,34); }

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

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

 span { border-color: rgb(43,134,34); }

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