Html Css Color HEX #13D831 Dark Pastel Green

📋 copy color: '#13D831'

red 19 ◦ green 216 ◦ blue 49

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

Shades of Dark Pastel Green #13D831

Tints of Dark Pastel Green #13D831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.06%

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

R = 6.69%
G = 76.06%
B = 17.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#13D831 (or 0x13D831) is known color: Dark Pastel Green. HEX triplet: 13, D8 and 31. RGB value is (19,216,49). Sum of RGB (Red+Green+Blue) = 19+216+49=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #13D831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D831 is #EC27CE. Grayscale: #8A8A8A. Windows color (decimal): -15476687 or 3266579. OLE color: 3266579.

HSL color Cylindrical-coordinate representation of color #13D831: hue angle of 129.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D831 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 216 49 -
CMYK 0.91 0 0.77 0.15
HSL 129.14º 0.84% 0.46% -
HSV(B) 129.14º 0.91% 0.85% -
XYZ 25.38 49.47 11.12 -
YUV 138.06 77.73 43.08 -
System Red Green Blue C M Y K H S L
Decimal 19 216 49 0.91 0 0.77 0.15 129.14 0.84 0.46
Hex 13 D8 31 5B 0 4D F 81 54 2E
Octal 23 330 61 133 0 115 17 201 124 56
Binary 10011 11011000 110001 1011011 0 1001101 1111 10000001 1010100 101110

Color Harmonies of #13D831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D831

Black with #13D831

Text Example


Text Example

White with #13D831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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