Html Css Color HEX #13A11C Forest Green

📋 copy color: '#13A11C'

red 19 ◦ green 161 ◦ blue 28

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

Shades of Forest Green #13A11C

Tints of Forest Green #13A11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 9.13%
G = 77.4%
B = 13.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#13A11C (or 0x13A11C) is known color: Forest Green. HEX triplet: 13, A1 and 1C. RGB value is (19,161,28). Sum of RGB (Red+Green+Blue) = 19+161+28=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 161 (63.28% from 255 or 77.40% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 161 - color contains mainly: green. Hex color #13A11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A11C is #EC5EE3. Grayscale: #676767. Windows color (decimal): -15490788 or 1876243. OLE color: 1876243.

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

Color convert

RGB 19 161 28 -
CMYK 0.88 0 0.83 0.37
HSL 123.8º 0.79% 0.35% -
HSV(B) 123.8º 0.88% 0.63% -
XYZ 13.22 25.71 5.36 -
YUV 103.38 85.46 67.81 -
System Red Green Blue C M Y K H S L
Decimal 19 161 28 0.88 0 0.83 0.37 123.8 0.79 0.35
Hex 13 A1 1C 58 0 53 25 7C 4F 23
Octal 23 241 34 130 0 123 45 174 117 43
Binary 10011 10100001 11100 1011000 0 1010011 100101 1111100 1001111 100011

Color Harmonies of #13A11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A11C

Black with #13A11C

Text Example


Text Example

White with #13A11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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