#1BAA2D

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

Shades of Forest Green #1BAA2D

Tints of Forest Green #1BAA2D

Color information

#1BAA2D (or 0x1BAA2D) is unknown color: approx Forest Green. HEX triplet: 1B, AA and 2D. RGB value is (27,170,45). Sum of RGB (Red+Green+Blue) = 27+170+45=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA2D is #E455D2. Grayscale: #717171. Windows color (decimal): -14964179 or 2992667. OLE color: 2992667.

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

Color convert

RGB2717045-
CMYK0.8400.740.33
HSL127.55º72.59%38.63%-
HSV(B)127.55º84.12%66.67%-
XYZ15.329.177.31-
YUV112.9989.6266.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 170 (66.80% from 255) = 70.25%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=11.16%
G=70.25%
B=18.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170450.8400.740.33127.5572.5938.63
Hex1BAA2D5404A21804927
Octal332525512401124120011147
Binary1101110101010101101101010001001010100001100000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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