Html Css Color HEX #13AA1F Forest Green

📋 copy color: '#13AA1F'

red 19 ◦ green 170 ◦ blue 31

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

Shades of Forest Green #13AA1F

Tints of Forest Green #13AA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 77.27%

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

R = 8.64%
G = 77.27%
B = 14.09%

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

#13AA1F (or 0x13AA1F) is known color: Forest Green. HEX triplet: 13, AA and 1F. RGB value is (19,170,31). Sum of RGB (Red+Green+Blue) = 19+170+31=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 170 (66.80% from 255 or 77.27% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA1F is #EC55E0. Grayscale: #6D6D6D. Windows color (decimal): -15488481 or 2075155. OLE color: 2075155.

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

Color convert

RGB 19 170 31 -
CMYK 0.89 0 0.82 0.33
HSL 124.77º 0.8% 0.37% -
HSV(B) 124.77º 0.89% 0.67% -
XYZ 14.89 28.99 6.11 -
YUV 109.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 19 170 31 0.89 0 0.82 0.33 124.77 0.8 0.37
Hex 13 AA 1F 59 0 52 21 7D 50 25
Octal 23 252 37 131 0 122 41 175 120 45
Binary 10011 10101010 11111 1011001 0 1010010 100001 1111101 1010000 100101

Color Harmonies of #13AA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA1F

Black with #13AA1F

Text Example


Text Example

White with #13AA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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