#2BA52A

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

Shades of Forest Green #2BA52A

Tints of Forest Green #2BA52A

Color information

#2BA52A (or 0x2BA52A) is unknown color: approx Forest Green. HEX triplet: 2B, A5 and 2A. RGB value is (43,165,42). Sum of RGB (Red+Green+Blue) = 43+165+42=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA52A is #D45AD5. Grayscale: #727272. Windows color (decimal): -13916886 or 2794795. OLE color: 2794795.

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

Color convert

RGB4316542-
CMYK0.7400.750.35
HSL119.51º59.42%40.59%-
HSV(B)119.51º74.55%64.71%-
XYZ14.8727.596.73-
YUV114.587.0877-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.2%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=17.2%
G=66%
B=16.8%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43165420.7400.750.35119.5159.4240.59
Hex2BA52A4A04B23783b29
Octal53245521120113431707351
Binary101011101001011010101001010010010111000111111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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