Html Css Color HEX #13DB32 Dark Pastel Green

📋 copy color: '#13DB32'

red 19 ◦ green 219 ◦ blue 50

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

Shades of Dark Pastel Green #13DB32

Tints of Dark Pastel Green #13DB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.04%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 6.6%
G = 76.04%
B = 17.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#13DB32 (or 0x13DB32) is known color: Dark Pastel Green. HEX triplet: 13, DB and 32. RGB value is (19,219,50). Sum of RGB (Red+Green+Blue) = 19+219+50=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB32 is #EC24CD. Grayscale: #8C8C8C. Windows color (decimal): -15475918 or 3332883. OLE color: 3332883.

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

Color convert

RGB 19 219 50 -
CMYK 0.91 0 0.77 0.14
HSL 129.3º 0.84% 0.47% -
HSV(B) 129.3º 0.91% 0.86% -
XYZ 26.18 51.03 11.49 -
YUV 139.93 77.24 41.74 -
System Red Green Blue C M Y K H S L
Decimal 19 219 50 0.91 0 0.77 0.14 129.3 0.84 0.47
Hex 13 DB 32 5B 0 4D E 81 54 2F
Octal 23 333 62 133 0 115 16 201 124 57
Binary 10011 11011011 110010 1011011 0 1001101 1110 10000001 1010100 101111

Color Harmonies of #13DB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB32

Black with #13DB32

Text Example


Text Example

White with #13DB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,219,50); }

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

background-color css

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

 a { background-color: rgb(19,219,50); }

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

border-color css

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

 span { border-color: rgb(19,219,50); }

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