#1BA522

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

Shades of Forest Green #1BA522

Tints of Forest Green #1BA522

Color information

#1BA522 (or 0x1BA522) is unknown color: approx Forest Green. HEX triplet: 1B, A5 and 22. RGB value is (27,165,34). Sum of RGB (Red+Green+Blue) = 27+165+34=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 165 (64.84% from 255 or 73.01% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA522 is #E45ADD. Grayscale: #6D6D6D. Windows color (decimal): -14965470 or 2270491. OLE color: 2270491.

HSL color Cylindrical-coordinate representation of color #1BA522: hue angle of 123.04º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA522 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB2716534-
CMYK0.8400.790.35
HSL123.04º71.88%37.65%-
HSV(B)123.04º83.64%64.71%-
XYZ14.227.266.03-
YUV108.885.7869.65-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 165 (64.84% from 255) = 73.01%
BLUE value IS 34 (13.67% from 255) = 15.04%
R=11.95%
G=73.01%
B=15.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27165340.8400.790.35123.0471.8837.65
Hex1BA5225404F237b4826
Octal332454212401174317311046
Binary110111010010110001010101000100111110001111110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,165,34); }

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

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

 a { background-color: rgb(27,165,34); }

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

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

 span { border-color: rgb(27,165,34); }

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