#2B953D

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

Shades of Forest Green #2B953D

Tints of Forest Green #2B953D

Color information

#2B953D (or 0x2B953D) is unknown color: approx Forest Green. HEX triplet: 2B, 95 and 3D. RGB value is (43,149,61). Sum of RGB (Red+Green+Blue) = 43+149+61=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #2B953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B953D is #D46AC2. Grayscale: #6B6B6B. Windows color (decimal): -13920963 or 4035883. OLE color: 4035883.

HSL color Cylindrical-coordinate representation of color #2B953D: hue angle of 130.19º 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 #2B953D is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB4314961-
CMYK0.7100.590.42
HSL130.19º55.21%37.65%-
HSV(B)130.19º71.14%58.43%-
XYZ12.5922.358.06-
YUV107.27101.8882.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=17.00%
G=58.89%
B=24.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43149610.7100.590.42130.1955.2137.65
Hex2B953D4703B2A823726
Octal5322575107073522026746
Binary101011100101011111011000111011101110101010000010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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