#2BA418

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

Shades of Forest Green #2BA418

Tints of Forest Green #2BA418

Color information

#2BA418 (or 0x2BA418) is unknown color: approx Forest Green. HEX triplet: 2B, A4 and 18. RGB value is (43,164,24). Sum of RGB (Red+Green+Blue) = 43+164+24=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA418 is #D45BE7. Grayscale: #707070. Windows color (decimal): -13917160 or 1614891. OLE color: 1614891.

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

Color convert

RGB4316424-
CMYK0.7400.850.36
HSL111.86º74.47%36.86%-
HSV(B)111.86º85.37%64.31%-
XYZ14.4427.135.34-
YUV111.8678.4178.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 164 (64.45% from 255) = 71.00%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=18.61%
G=71.00%
B=10.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43164240.7400.850.36111.8674.4736.86
Hex2BA4184A05524704a25
Octal532443011201254416011245
Binary101011101001001100010010100101010110010011100001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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