Html Css Color HEX #13AB1F Forest Green

📋 copy color: '#13AB1F'

red 19 ◦ green 171 ◦ blue 31

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

Shades of Forest Green #13AB1F

Tints of Forest Green #13AB1F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.38%

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

R = 8.6%
G = 77.38%
B = 14.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#13AB1F (or 0x13AB1F) is known color: Forest Green. HEX triplet: 13, AB and 1F. RGB value is (19,171,31). Sum of RGB (Red+Green+Blue) = 19+171+31=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 171 (67.19% from 255 or 77.38% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AB1F is #EC54E0. Grayscale: #6E6E6E. Windows color (decimal): -15488225 or 2075411. OLE color: 2075411.

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

Color convert

RGB 19 171 31 -
CMYK 0.89 0 0.82 0.33
HSL 124.74º 0.8% 0.37% -
HSV(B) 124.74º 0.89% 0.67% -
XYZ 15.08 29.36 6.17 -
YUV 109.59 83.64 63.38 -
System Red Green Blue C M Y K H S L
Decimal 19 171 31 0.89 0 0.82 0.33 124.74 0.8 0.37
Hex 13 AB 1F 59 0 52 21 7D 50 25
Octal 23 253 37 131 0 122 41 175 120 45
Binary 10011 10101011 11111 1011001 0 1010010 100001 1111101 1010000 100101

Color Harmonies of #13AB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB1F

Black with #13AB1F

Text Example


Text Example

White with #13AB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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