#13AC1B

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

Shades of Forest Green #13AC1B

Tints of Forest Green #13AC1B

Color information

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

HSL color Cylindrical-coordinate representation of color #13AC1B: hue angle of 123.14º 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 #13AC1B is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1917227-
CMYK0.8900.840.33
HSL123.14º80.1%37.45%-
HSV(B)123.14º88.95%67.45%-
XYZ15.2229.725.97-
YUV109.7281.3163.29-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19172270.8900.840.33123.1480.137.45
Hex13AC1B59054217b5025
Octal232543313101244117312045
Binary10011101011001101110110010101010010000111110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13AC1B; }

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

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

<style>
 a { background-color: #13AC1B; }

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

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

<style>
 span { border-color: #13AC1B; }

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

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