#13A32F

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

Shades of Forest Green #13A32F

Tints of Forest Green #13A32F

Color information

#13A32F (or 0x13A32F) is unknown color: approx Forest Green. HEX triplet: 13, A3 and 2F. RGB value is (19,163,47). Sum of RGB (Red+Green+Blue) = 19+163+47=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 163 (64.06% from 255 or 71.18% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 163 - color contains mainly: green. Hex color #13A32F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A32F is #EC5CD0. Grayscale: #6B6B6B. Windows color (decimal): -15490257 or 3121939. OLE color: 3121939.

HSL color Cylindrical-coordinate representation of color #13A32F: hue angle of 131.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A32F is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1916347-
CMYK0.8800.710.36
HSL131.67º79.12%35.69%-
HSV(B)131.67º88.34%63.92%-
XYZ13.8826.547.08-
YUV106.7294.2965.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 163 (64.06% from 255) = 71.18%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=8.30%
G=71.18%
B=20.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163470.8800.710.36131.6779.1235.69
Hex13A32F5804724844f24
Octal232435713001074420411744
Binary1001110100011101111101100001000111100100100001001001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,163,47); }

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

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

 a { background-color: rgb(19,163,47); }

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

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

 span { border-color: rgb(19,163,47); }

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