#2BA41C

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

Shades of Forest Green #2BA41C

Tints of Forest Green #2BA41C

Color information

#2BA41C (or 0x2BA41C) is unknown color: approx Forest Green. HEX triplet: 2B, A4 and 1C. RGB value is (43,164,28). Sum of RGB (Red+Green+Blue) = 43+164+28=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA41C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA41C is #D45BE3. Grayscale: #707070. Windows color (decimal): -13917156 or 1877035. OLE color: 1877035.

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

Color convert

RGB4316428-
CMYK0.7400.830.36
HSL113.38º70.83%37.65%-
HSV(B)113.38º82.93%64.31%-
XYZ14.4827.155.58-
YUV112.3280.4178.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 164 (64.45% from 255) = 69.79%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=18.30%
G=69.79%
B=11.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43164280.7400.830.36113.3870.8337.65
Hex2BA41C4A05324714726
Octal532443411201234416110746
Binary101011101001001110010010100101001110010011100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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