Html Css Color HEX #13A11A Forest Green

📋 copy color: '#13A11A'

red 19 ◦ green 161 ◦ blue 26

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

Shades of Forest Green #13A11A

Tints of Forest Green #13A11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 78.16%

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

R = 9.22%
G = 78.16%
B = 12.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#13A11A (or 0x13A11A) is known color: Forest Green. HEX triplet: 13, A1 and 1A. RGB value is (19,161,26). Sum of RGB (Red+Green+Blue) = 19+161+26=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 161 (63.28% from 255 or 78.16% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 161 - color contains mainly: green. Hex color #13A11A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A11A is #EC5EE5. Grayscale: #676767. Windows color (decimal): -15490790 or 1745171. OLE color: 1745171.

HSL color Cylindrical-coordinate representation of color #13A11A: hue angle of 122.96º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A11A is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 161 26 -
CMYK 0.88 0 0.84 0.37
HSL 122.96º 0.79% 0.35% -
HSV(B) 122.96º 0.88% 0.63% -
XYZ 13.2 25.7 5.24 -
YUV 103.15 84.46 67.98 -
System Red Green Blue C M Y K H S L
Decimal 19 161 26 0.88 0 0.84 0.37 122.96 0.79 0.35
Hex 13 A1 1A 58 0 54 25 7B 4F 23
Octal 23 241 32 130 0 124 45 173 117 43
Binary 10011 10100001 11010 1011000 0 1010100 100101 1111011 1001111 100011

Color Harmonies of #13A11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A11A

Black with #13A11A

Text Example


Text Example

White with #13A11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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