#2BA82C

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

Shades of Forest Green #2BA82C

Tints of Forest Green #2BA82C

Color information

#2BA82C (or 0x2BA82C) is unknown color: approx Forest Green. HEX triplet: 2B, A8 and 2C. RGB value is (43,168,44). Sum of RGB (Red+Green+Blue) = 43+168+44=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 168 (66.02% from 255 or 65.88% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA82C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA82C is #D457D3. Grayscale: #747474. Windows color (decimal): -13916116 or 2926635. OLE color: 2926635.

HSL color Cylindrical-coordinate representation of color #2BA82C: hue angle of 120.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA82C is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB4316844-
CMYK0.7400.740.34
HSL120.48º59.24%41.37%-
HSV(B)120.48º74.4%65.88%-
XYZ15.4528.77.11-
YUV116.4987.0975.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 168 (66.02% from 255) = 65.88%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=16.86%
G=65.88%
B=17.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43168440.7400.740.34120.4859.2441.37
Hex2BA82C4A04A22783b29
Octal53250541120112421707351
Binary101011101010001011001001010010010101000101111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,168,44); }

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

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

 a { background-color: rgb(43,168,44); }

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

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

 span { border-color: rgb(43,168,44); }

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