Html Css Color HEX #13A91F Forest Green

📋 copy color: '#13A91F'

red 19 ◦ green 169 ◦ blue 31

#13A91F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #13A91F

Tints of Forest Green #13A91F

RGB

 RED value IS 19 (7.81% from 255) = 8.68%

 GREEN value IS 169 (66.41% from 255) = 77.17%

 BLUE value IS 31 (12.5% from 255) = 14.16%

R = 8.68%
G = 77.17%
B = 14.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#13A91F (or 0x13A91F) is known color: Forest Green. HEX triplet: 13, A9 and 1F. RGB value is (19,169,31). Sum of RGB (Red+Green+Blue) = 19+169+31=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 169 (66.41% from 255 or 77.17% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 169 - color contains mainly: green. Hex color #13A91F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A91F is #EC56E0. Grayscale: #6C6C6C. Windows color (decimal): -15488737 or 2074899. OLE color: 2074899.

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

Color convert

RGB 19 169 31 -
CMYK 0.89 0 0.82 0.34
HSL 124.8º 0.8% 0.37% -
HSV(B) 124.8º 0.89% 0.66% -
XYZ 14.7 28.61 6.04 -
YUV 108.42 84.31 64.22 -
System Red Green Blue C M Y K H S L
Decimal 19 169 31 0.89 0 0.82 0.34 124.8 0.8 0.37
Hex 13 A9 1F 59 0 52 22 7D 50 25
Octal 23 251 37 131 0 122 42 175 120 45
Binary 10011 10101001 11111 1011001 0 1010010 100010 1111101 1010000 100101

Color Harmonies of #13A91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A91F

Black with #13A91F

Text Example


Text Example

White with #13A91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13A91F;
 }
 .AnyTagClassName
 {
   color: #13A91F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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