Html Css Color HEX #13D52C Dark Pastel Green

📋 copy color: '#13D52C'

red 19 ◦ green 213 ◦ blue 44

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

Shades of Dark Pastel Green #13D52C

Tints of Dark Pastel Green #13D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 77.17%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 6.88%
G = 77.17%
B = 15.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#13D52C (or 0x13D52C) is known color: Dark Pastel Green. HEX triplet: 13, D5 and 2C. RGB value is (19,213,44). Sum of RGB (Red+Green+Blue) = 19+213+44=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #13D52C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D52C is #EC2AD3. Grayscale: #888888. Windows color (decimal): -15477460 or 2938131. OLE color: 2938131.

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

Color convert

RGB 19 213 44 -
CMYK 0.91 0 0.79 0.16
HSL 127.73º 0.84% 0.45% -
HSV(B) 127.73º 0.91% 0.84% -
XYZ 24.52 47.91 10.34 -
YUV 135.73 76.23 44.74 -
System Red Green Blue C M Y K H S L
Decimal 19 213 44 0.91 0 0.79 0.16 127.73 0.84 0.45
Hex 13 D5 2C 5B 0 4F 10 80 54 2D
Octal 23 325 54 133 0 117 20 200 124 55
Binary 10011 11010101 101100 1011011 0 1001111 10000 10000000 1010100 101101

Color Harmonies of #13D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D52C

Black with #13D52C

Text Example


Text Example

White with #13D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,44); }

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

background-color css

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

 a { background-color: rgb(19,213,44); }

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

border-color css

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

 span { border-color: rgb(19,213,44); }

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