Html Css Color HEX #13D42D Dark Pastel Green

📋 copy color: '#13D42D'

red 19 ◦ green 212 ◦ blue 45

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

Shades of Dark Pastel Green #13D42D

Tints of Dark Pastel Green #13D42D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 76.81%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 6.88%
G = 76.81%
B = 16.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#13D42D (or 0x13D42D) is known color: Dark Pastel Green. HEX triplet: 13, D4 and 2D. RGB value is (19,212,45). Sum of RGB (Red+Green+Blue) = 19+212+45=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 212 (83.20% from 255 or 76.81% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 212 - color contains mainly: green. Hex color #13D42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D42D is #EC2BD2. Grayscale: #878787. Windows color (decimal): -15477715 or 3003411. OLE color: 3003411.

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

Color convert

RGB 19 212 45 -
CMYK 0.91 0 0.79 0.17
HSL 128.08º 0.84% 0.45% -
HSV(B) 128.08º 0.91% 0.83% -
XYZ 24.29 47.41 10.35 -
YUV 135.26 77.06 45.08 -
System Red Green Blue C M Y K H S L
Decimal 19 212 45 0.91 0 0.79 0.17 128.08 0.84 0.45
Hex 13 D4 2D 5B 0 4F 11 80 54 2D
Octal 23 324 55 133 0 117 21 200 124 55
Binary 10011 11010100 101101 1011011 0 1001111 10001 10000000 1010100 101101

Color Harmonies of #13D42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D42D

Black with #13D42D

Text Example


Text Example

White with #13D42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,212,45); }

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

background-color css

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

 a { background-color: rgb(19,212,45); }

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

border-color css

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

 span { border-color: rgb(19,212,45); }

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