#1BAC15

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

Shades of Forest Green #1BAC15

Tints of Forest Green #1BAC15

Color information

#1BAC15 (or 0x1BAC15) is unknown color: approx Forest Green. HEX triplet: 1B, AC and 15. RGB value is (27,172,21). Sum of RGB (Red+Green+Blue) = 27+172+21=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 172 (67.58% from 255 or 78.18% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAC15 is #E453EA. Grayscale: #6F6F6F. Windows color (decimal): -14963691 or 1420315. OLE color: 1420315.

HSL color Cylindrical-coordinate representation of color #1BAC15: hue angle of 117.62º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BAC15 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB2717221-
CMYK0.8400.880.33
HSL117.62º78.24%37.84%-
HSV(B)117.62º87.79%67.45%-
XYZ15.3429.795.65-
YUV111.4376.9667.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 172 (67.58% from 255) = 78.18%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=12.27%
G=78.18%
B=9.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27172210.8400.880.33117.6278.2437.84
Hex1BAC155405821764e26
Octal332542512401304116611646
Binary11011101011001010110101000101100010000111101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,172,21); }

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

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

 a { background-color: rgb(27,172,21); }

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

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

 span { border-color: rgb(27,172,21); }

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