#2BAB1E

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

Shades of Forest Green #2BAB1E

Tints of Forest Green #2BAB1E

Color information

#2BAB1E (or 0x2BAB1E) is unknown color: approx Forest Green. HEX triplet: 2B, AB and 1E. RGB value is (43,171,30). Sum of RGB (Red+Green+Blue) = 43+171+30=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAB1E is #D454E1. Grayscale: #757575. Windows color (decimal): -13915362 or 2009899. OLE color: 2009899.

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

Color convert

RGB4317130-
CMYK0.7500.820.33
HSL114.47º70.15%39.41%-
HSV(B)114.47º82.46%67.06%-
XYZ15.7929.736.13-
YUV116.6579.0975.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 171 (67.19% from 255) = 70.08%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=17.62%
G=70.08%
B=12.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43171300.7500.820.33114.4770.1539.41
Hex2BAB1E4B05221724627
Octal532533611301224116210647
Binary101011101010111111010010110101001010000111100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,30); }

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

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

 a { background-color: rgb(43,171,30); }

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

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

 span { border-color: rgb(43,171,30); }

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