#2B872D

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

Shades of Forest Green #2B872D

Tints of Forest Green #2B872D

Color information

#2B872D (or 0x2B872D) is unknown color: approx Forest Green. HEX triplet: 2B, 87 and 2D. RGB value is (43,135,45). Sum of RGB (Red+Green+Blue) = 43+135+45=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #2B872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B872D is #D478D2. Grayscale: #616161. Windows color (decimal): -13924563 or 2983723. OLE color: 2983723.

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

Color convert

RGB4313545-
CMYK0.6800.670.47
HSL121.3º51.69%34.9%-
HSV(B)121.3º68.15%52.94%-
XYZ10.1318.035.43-
YUV97.2398.5289.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.28%
GREEN value IS 135 (53.12% from 255) = 60.54%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=19.28%
G=60.54%
B=20.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43135450.6800.670.47121.351.6934.9
Hex2B872D440432F793423
Octal53207551040103571716443
Binary101011100001111011011000100010000111011111111001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B872D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,45); }

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

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

 a { background-color: rgb(43,135,45); }

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

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

 span { border-color: rgb(43,135,45); }

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