Html Css Color HEX #13A31F Forest Green

📋 copy color: '#13A31F'

red 19 ◦ green 163 ◦ blue 31

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

Shades of Forest Green #13A31F

Tints of Forest Green #13A31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.53%

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

R = 8.92%
G = 76.53%
B = 14.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#13A31F (or 0x13A31F) is known color: Forest Green. HEX triplet: 13, A3 and 1F. RGB value is (19,163,31). Sum of RGB (Red+Green+Blue) = 19+163+31=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 163 (64.06% from 255 or 76.53% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 163 - color contains mainly: green. Hex color #13A31F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A31F is #EC5CE0. Grayscale: #696969. Windows color (decimal): -15490273 or 2073363. OLE color: 2073363.

HSL color Cylindrical-coordinate representation of color #13A31F: hue angle of 125º 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 #13A31F is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 31 -
CMYK 0.88 0 0.81 0.36
HSL 125º 0.79% 0.36% -
HSV(B) 125º 0.88% 0.64% -
XYZ 13.61 26.43 5.68 -
YUV 104.9 86.29 66.73 -
System Red Green Blue C M Y K H S L
Decimal 19 163 31 0.88 0 0.81 0.36 125 0.79 0.36
Hex 13 A3 1F 58 0 51 24 7D 4F 24
Octal 23 243 37 130 0 121 44 175 117 44
Binary 10011 10100011 11111 1011000 0 1010001 100100 1111101 1001111 100100

Color Harmonies of #13A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A31F

Black with #13A31F

Text Example


Text Example

White with #13A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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