#2B952C

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

Shades of Forest Green #2B952C

Tints of Forest Green #2B952C

Color information

#2B952C (or 0x2B952C) is unknown color: approx Forest Green. HEX triplet: 2B, 95 and 2C. RGB value is (43,149,44). Sum of RGB (Red+Green+Blue) = 43+149+44=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #2B952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B952C is #D46AD3. Grayscale: #696969. Windows color (decimal): -13920980 or 2921771. OLE color: 2921771.

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

Color convert

RGB4314944-
CMYK0.7100.700.42
HSL120.57º55.21%37.65%-
HSV(B)120.57º71.14%58.43%-
XYZ12.222.196.02-
YUV105.3493.3883.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 149 (58.59% from 255) = 63.14%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=18.22%
G=63.14%
B=18.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43149440.7100.700.42120.5755.2137.65
Hex2B952C470462A793726
Octal53225541070106521716746
Binary101011100101011011001000111010001101010101111001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,149,44); }

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

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

 a { background-color: rgb(43,149,44); }

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

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

 span { border-color: rgb(43,149,44); }

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