#2BA41F

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

Shades of Forest Green #2BA41F

Tints of Forest Green #2BA41F

Color information

#2BA41F (or 0x2BA41F) is unknown color: approx Forest Green. HEX triplet: 2B, A4 and 1F. RGB value is (43,164,31). Sum of RGB (Red+Green+Blue) = 43+164+31=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 164 (64.45% from 255 or 68.91% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA41F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA41F is #D45BE0. Grayscale: #717171. Windows color (decimal): -13917153 or 2073643. OLE color: 2073643.

HSL color Cylindrical-coordinate representation of color #2BA41F: hue angle of 114.59º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA41F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB4316431-
CMYK0.7400.810.36
HSL114.59º68.21%38.24%-
HSV(B)114.59º81.1%64.31%-
XYZ14.5227.165.77-
YUV112.6681.9178.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 164 (64.45% from 255) = 68.91%
BLUE value IS 31 (12.5% from 255) = 13.03%
R=18.07%
G=68.91%
B=13.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43164310.7400.810.36114.5968.2138.24
Hex2BA41F4A05124734426
Octal532443711201214416310446
Binary101011101001001111110010100101000110010011100111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,164,31); }

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

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

 a { background-color: rgb(43,164,31); }

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

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

 span { border-color: rgb(43,164,31); }

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