Html Css Color HEX #13DA32 Dark Pastel Green

📋 copy color: '#13DA32'

red 19 ◦ green 218 ◦ blue 50

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

Shades of Dark Pastel Green #13DA32

Tints of Dark Pastel Green #13DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.96%

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

R = 6.62%
G = 75.96%
B = 17.42%

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

#13DA32 (or 0x13DA32) is known color: Dark Pastel Green. HEX triplet: 13, DA and 32. RGB value is (19,218,50). Sum of RGB (Red+Green+Blue) = 19+218+50=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DA32 is #EC25CD. Grayscale: #8B8B8B. Windows color (decimal): -15476174 or 3332627. OLE color: 3332627.

HSL color Cylindrical-coordinate representation of color #13DA32: hue angle of 129.35º 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 #13DA32 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 218 50 -
CMYK 0.91 0 0.77 0.15
HSL 129.35º 0.84% 0.46% -
HSV(B) 129.35º 0.91% 0.85% -
XYZ 25.92 50.51 11.4 -
YUV 139.35 77.57 42.16 -
System Red Green Blue C M Y K H S L
Decimal 19 218 50 0.91 0 0.77 0.15 129.35 0.84 0.46
Hex 13 DA 32 5B 0 4D F 81 54 2E
Octal 23 332 62 133 0 115 17 201 124 56
Binary 10011 11011010 110010 1011011 0 1001101 1111 10000001 1010100 101110

Color Harmonies of #13DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DA32

Black with #13DA32

Text Example


Text Example

White with #13DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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