Html Css Color HEX #13AD31 Dark Pastel Green

📋 copy color: '#13AD31'

red 19 ◦ green 173 ◦ blue 49

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

Shades of Dark Pastel Green #13AD31

Tints of Dark Pastel Green #13AD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 7.88%
G = 71.78%
B = 20.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#13AD31 (or 0x13AD31) is known color: Dark Pastel Green. HEX triplet: 13, AD and 31. RGB value is (19,173,49). Sum of RGB (Red+Green+Blue) = 19+173+49=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD31 is #EC52CE. Grayscale: #717171. Windows color (decimal): -15487695 or 3255571. OLE color: 3255571.

HSL color Cylindrical-coordinate representation of color #13AD31: hue angle of 131.69º 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 #13AD31 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 49 -
CMYK 0.89 0 0.72 0.32
HSL 131.69º 0.8% 0.38% -
HSV(B) 131.69º 0.89% 0.68% -
XYZ 15.77 30.25 7.91 -
YUV 112.82 91.98 61.08 -
System Red Green Blue C M Y K H S L
Decimal 19 173 49 0.89 0 0.72 0.32 131.69 0.8 0.38
Hex 13 AD 31 59 0 48 20 84 50 26
Octal 23 255 61 131 0 110 40 204 120 46
Binary 10011 10101101 110001 1011001 0 1001000 100000 10000100 1010000 100110

Color Harmonies of #13AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD31

Black with #13AD31

Text Example


Text Example

White with #13AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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