#1BAA2E

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

Shades of Forest Green #1BAA2E

Tints of Forest Green #1BAA2E

Color information

#1BAA2E (or 0x1BAA2E) is unknown color: approx Forest Green. HEX triplet: 1B, AA and 2E. RGB value is (27,170,46). Sum of RGB (Red+Green+Blue) = 27+170+46=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA2E is #E455D1. Grayscale: #717171. Windows color (decimal): -14964178 or 3058203. OLE color: 3058203.

HSL color Cylindrical-coordinate representation of color #1BAA2E: hue angle of 127.97º degrees, saturation: 0.73, 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 #1BAA2E is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB2717046-
CMYK0.8400.730.33
HSL127.97º72.59%38.63%-
HSV(B)127.97º84.12%66.67%-
XYZ15.3229.187.41-
YUV113.1190.1266.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 170 (66.80% from 255) = 69.96%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=11.11%
G=69.96%
B=18.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170460.8400.730.33127.9772.5938.63
Hex1BAA2E5404921804927
Octal332525612401114120011147
Binary1101110101010101110101010001001001100001100000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BAA2E; }

 p { color: rgb(27,170,46); }

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

<style>
 a { background-color: #1BAA2E; }

 a { background-color: rgb(27,170,46); }

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

<style>
 span { border-color: #1BAA2E; }

 span { border-color: rgb(27,170,46); }

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