#2B8F3A

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

Shades of Forest Green #2B8F3A

Tints of Forest Green #2B8F3A

Color information

#2B8F3A (or 0x2B8F3A) is unknown color: approx Forest Green. HEX triplet: 2B, 8F and 3A. RGB value is (43,143,58). Sum of RGB (Red+Green+Blue) = 43+143+58=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8F3A is #D470C5. Grayscale: #676767. Windows color (decimal): -13922502 or 3837739. OLE color: 3837739.

HSL color Cylindrical-coordinate representation of color #2B8F3A: hue angle of 129º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8F3A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB4314358-
CMYK0.7000.590.44
HSL129º53.76%36.47%-
HSV(B)129º69.93%56.08%-
XYZ11.5820.467.34-
YUV103.41102.3784.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 143 (56.25% from 255) = 58.61%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=17.62%
G=58.61%
B=23.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43143580.7000.590.4412953.7636.47
Hex2B8F3A4603B2C813624
Octal5321772106073542016644
Binary101011100011111110101000110011101110110010000001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,143,58); }

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

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

 a { background-color: rgb(43,143,58); }

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

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

 span { border-color: rgb(43,143,58); }

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