#1BA21D

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

Shades of Forest Green #1BA21D

Tints of Forest Green #1BA21D

Color information

#1BA21D (or 0x1BA21D) is unknown color: approx Forest Green. HEX triplet: 1B, A2 and 1D. RGB value is (27,162,29). Sum of RGB (Red+Green+Blue) = 27+162+29=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA21D is #E45DE2. Grayscale: #6A6A6A. Windows color (decimal): -14966243 or 1942043. OLE color: 1942043.

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

Color convert

RGB2716229-
CMYK0.8300.820.36
HSL120.89º71.43%37.06%-
HSV(B)120.89º83.33%63.53%-
XYZ13.5926.165.5-
YUV106.4784.2771.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 162 (63.67% from 255) = 74.31%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=12.39%
G=74.31%
B=13.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27162290.8300.820.36120.8971.4337.06
Hex1BA21D5305224794725
Octal332423512301224417110745
Binary11011101000101110110100110101001010010011110011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,162,29); }

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

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

 a { background-color: rgb(27,162,29); }

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

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

 span { border-color: rgb(27,162,29); }

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