Html Css Color HEX #13A11D Forest Green

📋 copy color: '#13A11D'

red 19 ◦ green 161 ◦ blue 29

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

Shades of Forest Green #13A11D

Tints of Forest Green #13A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 9.09%
G = 77.03%
B = 13.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#13A11D (or 0x13A11D) is known color: Forest Green. HEX triplet: 13, A1 and 1D. RGB value is (19,161,29). Sum of RGB (Red+Green+Blue) = 19+161+29=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #13A11D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A11D is #EC5EE2. Grayscale: #676767. Windows color (decimal): -15490787 or 1941779. OLE color: 1941779.

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

Color convert

RGB 19 161 29 -
CMYK 0.88 0 0.82 0.37
HSL 124.23º 0.79% 0.35% -
HSV(B) 124.23º 0.88% 0.63% -
XYZ 13.24 25.72 5.43 -
YUV 103.49 85.96 67.73 -
System Red Green Blue C M Y K H S L
Decimal 19 161 29 0.88 0 0.82 0.37 124.23 0.79 0.35
Hex 13 A1 1D 58 0 52 25 7C 4F 23
Octal 23 241 35 130 0 122 45 174 117 43
Binary 10011 10100001 11101 1011000 0 1010010 100101 1111100 1001111 100011

Color Harmonies of #13A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A11D

Black with #13A11D

Text Example


Text Example

White with #13A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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