#2B8E28

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

Shades of Forest Green #2B8E28

Tints of Forest Green #2B8E28

Color information

#2B8E28 (or 0x2B8E28) is unknown color: approx Forest Green. HEX triplet: 2B, 8E and 28. RGB value is (43,142,40). Sum of RGB (Red+Green+Blue) = 43+142+40=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 142 (55.86% from 255 or 63.11% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8E28 is #D471D7. Grayscale: #656565. Windows color (decimal): -13922776 or 2657835. OLE color: 2657835.

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

Color convert

RGB4314240-
CMYK0.7000.720.44
HSL118.24º56.04%35.69%-
HSV(B)118.24º71.83%55.69%-
XYZ11.0520.015.29-
YUV100.7793.786.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 142 (55.86% from 255) = 63.11%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=19.11%
G=63.11%
B=17.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43142400.7000.720.44118.2456.0435.69
Hex2B8E28460482C763824
Octal53216501060110541667044
Binary101011100011101010001000110010010001011001110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,142,40); }

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

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

 a { background-color: rgb(43,142,40); }

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

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

 span { border-color: rgb(43,142,40); }

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