#13A81F

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

Shades of Forest Green #13A81F

Tints of Forest Green #13A81F

Color information

#13A81F (or 0x13A81F) is unknown color: approx Forest Green. HEX triplet: 13, A8 and 1F. RGB value is (19,168,31). Sum of RGB (Red+Green+Blue) = 19+168+31=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #13A81F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A81F is #EC57E0. Grayscale: #6C6C6C. Windows color (decimal): -15488993 or 2074643. OLE color: 2074643.

HSL color Cylindrical-coordinate representation of color #13A81F: hue angle of 124.83º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A81F is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1916831-
CMYK0.8900.820.34
HSL124.83º79.68%36.67%-
HSV(B)124.83º88.69%65.88%-
XYZ14.5228.245.98-
YUV107.8384.6464.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 168 (66.02% from 255) = 77.06%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=8.72%
G=77.06%
B=14.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal19168310.8900.820.34124.8379.6836.67
Hex13A81F59052227d5025
Octal232503713101224217512045
Binary10011101010001111110110010101001010001011111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,168,31); }

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

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

 a { background-color: rgb(19,168,31); }

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

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

 span { border-color: rgb(19,168,31); }

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