#1BAE20

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

Shades of Forest Green #1BAE20

Tints of Forest Green #1BAE20

Color information

#1BAE20 (or 0x1BAE20) is unknown color: approx Forest Green. HEX triplet: 1B, AE and 20. RGB value is (27,174,32). Sum of RGB (Red+Green+Blue) = 27+174+32=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 174 (68.36% from 255 or 74.68% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAE20 is #E451DF. Grayscale: #727272. Windows color (decimal): -14963168 or 2141723. OLE color: 2141723.

HSL color Cylindrical-coordinate representation of color #1BAE20: hue angle of 122.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE20 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB2717432-
CMYK0.8400.820.32
HSL122.04º73.13%39.41%-
HSV(B)122.04º84.48%68.24%-
XYZ15.8530.616.44-
YUV113.8681.866.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 174 (68.36% from 255) = 74.68%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=11.59%
G=74.68%
B=13.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27174320.8400.820.32122.0473.1339.41
Hex1BAE2054052207a4927
Octal332564012401224017211147
Binary110111010111010000010101000101001010000011110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,32); }

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

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

 a { background-color: rgb(27,174,32); }

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

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

 span { border-color: rgb(27,174,32); }

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