#2BAA1C

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

Shades of Forest Green #2BAA1C

Tints of Forest Green #2BAA1C

Color information

#2BAA1C (or 0x2BAA1C) is unknown color: approx Forest Green. HEX triplet: 2B, AA and 1C. RGB value is (43,170,28). Sum of RGB (Red+Green+Blue) = 43+170+28=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAA1C is #D455E3. Grayscale: #747474. Windows color (decimal): -13915620 or 1878571. OLE color: 1878571.

HSL color Cylindrical-coordinate representation of color #2BAA1C: hue angle of 113.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BAA1C is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB4317028-
CMYK0.7500.840.33
HSL113.66º71.72%38.82%-
HSV(B)113.66º83.53%66.67%-
XYZ15.5829.355.94-
YUV115.8478.4276.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.84%
GREEN value IS 170 (66.80% from 255) = 70.54%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=17.84%
G=70.54%
B=11.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43170280.7500.840.33113.6671.7238.82
Hex2BAA1C4B05421724827
Octal532523411301244116211047
Binary101011101010101110010010110101010010000111100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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