Html Css Color HEX #13D435 Dark Pastel Green

📋 copy color: '#13D435'

red 19 ◦ green 212 ◦ blue 53

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

Shades of Dark Pastel Green #13D435

Tints of Dark Pastel Green #13D435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 6.69%
G = 74.65%
B = 18.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#13D435 (or 0x13D435) is known color: Dark Pastel Green. HEX triplet: 13, D4 and 35. RGB value is (19,212,53). Sum of RGB (Red+Green+Blue) = 19+212+53=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #13D435 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D435 is #EC2BCA. Grayscale: #888888. Windows color (decimal): -15477707 or 3527699. OLE color: 3527699.

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

Color convert

RGB 19 212 53 -
CMYK 0.91 0 0.75 0.17
HSL 130.57º 0.84% 0.45% -
HSV(B) 130.57º 0.91% 0.83% -
XYZ 24.45 47.48 11.24 -
YUV 136.17 81.06 44.43 -
System Red Green Blue C M Y K H S L
Decimal 19 212 53 0.91 0 0.75 0.17 130.57 0.84 0.45
Hex 13 D4 35 5B 0 4B 11 83 54 2D
Octal 23 324 65 133 0 113 21 203 124 55
Binary 10011 11010100 110101 1011011 0 1001011 10001 10000011 1010100 101101

Color Harmonies of #13D435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D435

Black with #13D435

Text Example


Text Example

White with #13D435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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