Html Css Color HEX #13AA1B Forest Green

📋 copy color: '#13AA1B'

red 19 ◦ green 170 ◦ blue 27

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

Shades of Forest Green #13AA1B

Tints of Forest Green #13AA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 8.8%
G = 78.7%
B = 12.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#13AA1B (or 0x13AA1B) is known color: Forest Green. HEX triplet: 13, AA and 1B. RGB value is (19,170,27). Sum of RGB (Red+Green+Blue) = 19+170+27=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 170 (66.80% from 255 or 78.70% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA1B is #EC55E4. Grayscale: #6C6C6C. Windows color (decimal): -15488485 or 1813011. OLE color: 1813011.

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

Color convert

RGB 19 170 27 -
CMYK 0.89 0 0.84 0.33
HSL 123.18º 0.8% 0.37% -
HSV(B) 123.18º 0.89% 0.67% -
XYZ 14.84 28.97 5.85 -
YUV 108.55 81.97 64.13 -
System Red Green Blue C M Y K H S L
Decimal 19 170 27 0.89 0 0.84 0.33 123.18 0.8 0.37
Hex 13 AA 1B 59 0 54 21 7B 50 25
Octal 23 252 33 131 0 124 41 173 120 45
Binary 10011 10101010 11011 1011001 0 1010100 100001 1111011 1010000 100101

Color Harmonies of #13AA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA1B

Black with #13AA1B

Text Example


Text Example

White with #13AA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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