#2B8D35

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

Shades of Forest Green #2B8D35

Tints of Forest Green #2B8D35

Color information

#2B8D35 (or 0x2B8D35) is unknown color: approx Forest Green. HEX triplet: 2B, 8D and 35. RGB value is (43,141,53). Sum of RGB (Red+Green+Blue) = 43+141+53=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 141 (55.47% from 255 or 59.49% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8D35 is #D472CA. Grayscale: #656565. Windows color (decimal): -13923019 or 3509547. OLE color: 3509547.

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

Color convert

RGB4314153-
CMYK0.7000.620.45
HSL126.12º53.26%36.08%-
HSV(B)126.12º69.5%55.29%-
XYZ11.1619.826.61-
YUV101.67100.5386.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 141 (55.47% from 255) = 59.49%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=18.14%
G=59.49%
B=22.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43141530.7000.620.45126.1253.2636.08
Hex2B8D354603E2D7e3524
Octal5321565106076551766544
Binary10101110001101110101100011001111101011011111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,53); }

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

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

 a { background-color: rgb(43,141,53); }

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

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

 span { border-color: rgb(43,141,53); }

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