Html Css Color HEX #13A61D Forest Green

📋 copy color: '#13A61D'

red 19 ◦ green 166 ◦ blue 29

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

Shades of Forest Green #13A61D

Tints of Forest Green #13A61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 77.57%

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

R = 8.88%
G = 77.57%
B = 13.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#13A61D (or 0x13A61D) is known color: Forest Green. HEX triplet: 13, A6 and 1D. RGB value is (19,166,29). Sum of RGB (Red+Green+Blue) = 19+166+29=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 166 (65.23% from 255 or 77.57% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 166 - color contains mainly: green. Hex color #13A61D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A61D is #EC59E2. Grayscale: #6A6A6A. Windows color (decimal): -15489507 or 1943059. OLE color: 1943059.

HSL color Cylindrical-coordinate representation of color #13A61D: hue angle of 124.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A61D is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 166 29 -
CMYK 0.89 0 0.83 0.35
HSL 124.08º 0.79% 0.36% -
HSV(B) 124.08º 0.89% 0.65% -
XYZ 14.13 27.5 5.73 -
YUV 106.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 19 166 29 0.89 0 0.83 0.35 124.08 0.79 0.36
Hex 13 A6 1D 59 0 53 23 7C 4F 24
Octal 23 246 35 131 0 123 43 174 117 44
Binary 10011 10100110 11101 1011001 0 1010011 100011 1111100 1001111 100100

Color Harmonies of #13A61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A61D

Black with #13A61D

Text Example


Text Example

White with #13A61D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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