#2BA51B

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

Shades of Forest Green #2BA51B

Tints of Forest Green #2BA51B

Color information

#2BA51B (or 0x2BA51B) is unknown color: approx Forest Green. HEX triplet: 2B, A5 and 1B. RGB value is (43,165,27). Sum of RGB (Red+Green+Blue) = 43+165+27=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 165 (64.84% from 255 or 70.21% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA51B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA51B is #D45AE4. Grayscale: #717171. Windows color (decimal): -13916901 or 1811755. OLE color: 1811755.

HSL color Cylindrical-coordinate representation of color #2BA51B: hue angle of 113.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BA51B is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB4316527-
CMYK0.7400.840.35
HSL113.04º71.88%37.65%-
HSV(B)113.04º83.64%64.71%-
XYZ14.6527.55.57-
YUV112.7979.5878.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 165 (64.84% from 255) = 70.21%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=18.30%
G=70.21%
B=11.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43165270.7400.840.35113.0471.8837.65
Hex2BA51B4A05423714826
Octal532453311201244316111046
Binary101011101001011101110010100101010010001111100011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,165,27); }

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

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

 a { background-color: rgb(43,165,27); }

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

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

 span { border-color: rgb(43,165,27); }

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