#1bac13

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

Shades of Forest Green #1BAC13

Tints of Forest Green #1BAC13

Color information

#1BAC13 (or 0x1BAC13) is unknown color: approx Forest Green. HEX triplet: 1B, AC and 13. RGB value is (27,172,19). Sum of RGB (Red+Green+Blue) = 27+172+19=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAC13 is #E453EC. Grayscale: #6F6F6F. Windows color (decimal): -14963693 or 1289243. OLE color: 1289243.

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

Color convert

RGB2717219-
CMYK0.8400.890.33
HSL116.86º80.1%37.45%-
HSV(B)116.86º88.95%67.45%-
XYZ15.3229.795.56-
YUV111.275.9667.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 172 (67.58% from 255) = 78.90%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=12.39%
G=78.90%
B=8.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27172190.8400.890.33116.8680.137.45
Hex1BAC135405921755025
Octal332542312401314116512045
Binary11011101011001001110101000101100110000111101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1bac13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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