#2B952A

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

Shades of Forest Green #2B952A

Tints of Forest Green #2B952A

Color information

#2B952A (or 0x2B952A) is unknown color: approx Forest Green. HEX triplet: 2B, 95 and 2A. RGB value is (43,149,42). Sum of RGB (Red+Green+Blue) = 43+149+42=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #2B952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B952A is #D46AD5. Grayscale: #696969. Windows color (decimal): -13920982 or 2790699. OLE color: 2790699.

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

Color convert

RGB4314942-
CMYK0.7100.720.42
HSL119.44º56.02%37.45%-
HSV(B)119.44º71.81%58.43%-
XYZ12.1622.185.83-
YUV105.1192.3883.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 149 (58.59% from 255) = 63.68%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=18.38%
G=63.68%
B=17.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43149420.7100.720.42119.4456.0237.45
Hex2B952A470482A773825
Octal53225521070110521677045
Binary101011100101011010101000111010010001010101110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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