#2B8B2F

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

Shades of Forest Green #2B8B2F

Tints of Forest Green #2B8B2F

Color information

#2B8B2F (or 0x2B8B2F) is unknown color: approx Forest Green. HEX triplet: 2B, 8B and 2F. RGB value is (43,139,47). Sum of RGB (Red+Green+Blue) = 43+139+47=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8B2F is #D474D0. Grayscale: #646464. Windows color (decimal): -13923537 or 3115819. OLE color: 3115819.

HSL color Cylindrical-coordinate representation of color #2B8B2F: hue angle of 122.5º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B2F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB4313947-
CMYK0.6900.660.45
HSL122.5º52.75%35.69%-
HSV(B)122.5º69.06%54.51%-
XYZ10.7419.185.83-
YUV99.8198.287.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 139 (54.69% from 255) = 60.70%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=18.78%
G=60.70%
B=20.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43139470.6900.660.45122.552.7535.69
Hex2B8B2F450422D7a3524
Octal53213571050102551726544
Binary101011100010111011111000101010000101011011111010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,139,47); }

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

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

 a { background-color: rgb(43,139,47); }

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

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

 span { border-color: rgb(43,139,47); }

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