#1BA422

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

Shades of Forest Green #1BA422

Tints of Forest Green #1BA422

Color information

#1BA422 (or 0x1BA422) is unknown color: approx Forest Green. HEX triplet: 1B, A4 and 22. RGB value is (27,164,34). Sum of RGB (Red+Green+Blue) = 27+164+34=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 164 (64.45% from 255 or 72.89% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 164 - color contains mainly: green. Hex color #1BA422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA422 is #E45BDD. Grayscale: #6C6C6C. Windows color (decimal): -14965726 or 2270235. OLE color: 2270235.

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

Color convert

RGB2716434-
CMYK0.8400.790.36
HSL123.07º71.73%37.45%-
HSV(B)123.07º83.54%64.31%-
XYZ14.0226.95.97-
YUV108.2286.1170.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 164 (64.45% from 255) = 72.89%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=12%
G=72.89%
B=15.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27164340.8400.790.36123.0771.7337.45
Hex1BA4225404F247b4825
Octal332444212401174417311045
Binary110111010010010001010101000100111110010011110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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