Html Css Color HEX #13D731 Dark Pastel Green

📋 copy color: '#13D731'

red 19 ◦ green 215 ◦ blue 49

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

Shades of Dark Pastel Green #13D731

Tints of Dark Pastel Green #13D731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.97%

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

R = 6.71%
G = 75.97%
B = 17.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#13D731 (or 0x13D731) is known color: Dark Pastel Green. HEX triplet: 13, D7 and 31. RGB value is (19,215,49). Sum of RGB (Red+Green+Blue) = 19+215+49=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 215 (84.38% from 255 or 75.97% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 215 - color contains mainly: green. Hex color #13D731 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D731 is #EC28CE. Grayscale: #898989. Windows color (decimal): -15476943 or 3266323. OLE color: 3266323.

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

Color convert

RGB 19 215 49 -
CMYK 0.91 0 0.77 0.16
HSL 129.18º 0.84% 0.46% -
HSV(B) 129.18º 0.91% 0.84% -
XYZ 25.12 48.96 11.03 -
YUV 137.47 78.07 43.5 -
System Red Green Blue C M Y K H S L
Decimal 19 215 49 0.91 0 0.77 0.16 129.18 0.84 0.46
Hex 13 D7 31 5B 0 4D 10 81 54 2E
Octal 23 327 61 133 0 115 20 201 124 56
Binary 10011 11010111 110001 1011011 0 1001101 10000 10000001 1010100 101110

Color Harmonies of #13D731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D731

Black with #13D731

Text Example


Text Example

White with #13D731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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