#2B8528

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

Shades of Forest Green #2B8528

Tints of Forest Green #2B8528

Color information

#2B8528 (or 0x2B8528) is unknown color: approx Forest Green. HEX triplet: 2B, 85 and 28. RGB value is (43,133,40). Sum of RGB (Red+Green+Blue) = 43+133+40=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8528 is #D47AD7. Grayscale: #5F5F5F. Windows color (decimal): -13925080 or 2655531. OLE color: 2655531.

HSL color Cylindrical-coordinate representation of color #2B8528: hue angle of 118.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8528 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB4313340-
CMYK0.6800.700.48
HSL118.06º53.76%33.92%-
HSV(B)118.06º69.92%52.16%-
XYZ9.7717.444.86-
YUV95.4996.6890.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=19.91%
G=61.57%
B=18.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43133400.6800.700.48118.0653.7633.92
Hex2B85284404630763622
Octal53205501040106601666642
Binary101011100001011010001000100010001101100001110110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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