Html Css Color HEX #13AD1C Forest Green

📋 copy color: '#13AD1C'

red 19 ◦ green 173 ◦ blue 28

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

Shades of Forest Green #13AD1C

Tints of Forest Green #13AD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 78.64%

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

R = 8.64%
G = 78.64%
B = 12.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#13AD1C (or 0x13AD1C) is known color: Forest Green. HEX triplet: 13, AD and 1C. RGB value is (19,173,28). Sum of RGB (Red+Green+Blue) = 19+173+28=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD1C is #EC52E3. Grayscale: #6E6E6E. Windows color (decimal): -15487716 or 1879315. OLE color: 1879315.

HSL color Cylindrical-coordinate representation of color #13AD1C: hue angle of 123.51º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD1C is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 28 -
CMYK 0.89 0 0.84 0.32
HSL 123.51º 0.8% 0.38% -
HSV(B) 123.51º 0.89% 0.68% -
XYZ 15.42 30.11 6.1 -
YUV 110.42 81.48 62.79 -
System Red Green Blue C M Y K H S L
Decimal 19 173 28 0.89 0 0.84 0.32 123.51 0.8 0.38
Hex 13 AD 1C 59 0 54 20 7C 50 26
Octal 23 255 34 131 0 124 40 174 120 46
Binary 10011 10101101 11100 1011001 0 1010100 100000 1111100 1010000 100110

Color Harmonies of #13AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD1C

Black with #13AD1C

Text Example


Text Example

White with #13AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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