#1BAA30

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

Shades of Forest Green #1BAA30

Tints of Forest Green #1BAA30

Color information

#1BAA30 (or 0x1BAA30) is unknown color: approx Forest Green. HEX triplet: 1B, AA and 30. RGB value is (27,170,48). Sum of RGB (Red+Green+Blue) = 27+170+48=245 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.02% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAA30 is #E455CF. Grayscale: #717171. Windows color (decimal): -14964176 or 3189275. OLE color: 3189275.

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

Color convert

RGB2717048-
CMYK0.8400.720.33
HSL128.81º72.59%38.63%-
HSV(B)128.81º84.12%66.67%-
XYZ15.3629.27.62-
YUV113.3491.1266.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.02%
GREEN value IS 170 (66.80% from 255) = 69.39%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=11.02%
G=69.39%
B=19.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170480.8400.720.33128.8172.5938.63
Hex1BAA305404821814927
Octal332526012401104120111147
Binary1101110101010110000101010001001000100001100000011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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