Html Css Color HEX #13AA1A Forest Green

📋 copy color: '#13AA1A'

red 19 ◦ green 170 ◦ blue 26

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

Shades of Forest Green #13AA1A

Tints of Forest Green #13AA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 8.84%
G = 79.07%
B = 12.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#13AA1A (or 0x13AA1A) is known color: Forest Green. HEX triplet: 13, AA and 1A. RGB value is (19,170,26). Sum of RGB (Red+Green+Blue) = 19+170+26=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 170 (66.80% from 255 or 79.07% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA1A is #EC55E5. Grayscale: #6C6C6C. Windows color (decimal): -15488486 or 1747475. OLE color: 1747475.

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

Color convert

RGB 19 170 26 -
CMYK 0.89 0 0.85 0.33
HSL 122.78º 0.8% 0.37% -
HSV(B) 122.78º 0.89% 0.67% -
XYZ 14.83 28.96 5.79 -
YUV 108.44 81.47 64.21 -
System Red Green Blue C M Y K H S L
Decimal 19 170 26 0.89 0 0.85 0.33 122.78 0.8 0.37
Hex 13 AA 1A 59 0 55 21 7B 50 25
Octal 23 252 32 131 0 125 41 173 120 45
Binary 10011 10101010 11010 1011001 0 1010101 100001 1111011 1010000 100101

Color Harmonies of #13AA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA1A

Black with #13AA1A

Text Example


Text Example

White with #13AA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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