#2B8F28

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

Shades of Forest Green #2B8F28

Tints of Forest Green #2B8F28

Color information

#2B8F28 (or 0x2B8F28) is unknown color: approx Forest Green. HEX triplet: 2B, 8F and 28. RGB value is (43,143,40). Sum of RGB (Red+Green+Blue) = 43+143+40=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8F28 is #D470D7. Grayscale: #656565. Windows color (decimal): -13922520 or 2658091. OLE color: 2658091.

HSL color Cylindrical-coordinate representation of color #2B8F28: hue angle of 118.25º 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 #2B8F28 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB4314340-
CMYK0.7000.720.44
HSL118.25º56.28%35.88%-
HSV(B)118.25º72.03%56.08%-
XYZ11.220.315.34-
YUV101.3693.3786.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 143 (56.25% from 255) = 63.27%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=19.03%
G=63.27%
B=17.70%

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
Decimal43143400.7000.720.44118.2556.2835.88
Hex2B8F28460482C763824
Octal53217501060110541667044
Binary101011100011111010001000110010010001011001110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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