Html Css Color HEX #13D037 Dark Pastel Green

📋 copy color: '#13D037'

red 19 ◦ green 208 ◦ blue 55

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

Shades of Dark Pastel Green #13D037

Tints of Dark Pastel Green #13D037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.76%

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 6.74%
G = 73.76%
B = 19.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#13D037 (or 0x13D037) is known color: Dark Pastel Green. HEX triplet: 13, D0 and 37. RGB value is (19,208,55). Sum of RGB (Red+Green+Blue) = 19+208+55=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #13D037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D037 is #EC2FC8. Grayscale: #868686. Windows color (decimal): -15478729 or 3657747. OLE color: 3657747.

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

Color convert

RGB 19 208 55 -
CMYK 0.91 0 0.74 0.18
HSL 131.43º 0.83% 0.45% -
HSV(B) 131.43º 0.91% 0.82% -
XYZ 23.51 45.53 11.16 -
YUV 134.05 83.38 45.94 -
System Red Green Blue C M Y K H S L
Decimal 19 208 55 0.91 0 0.74 0.18 131.43 0.83 0.45
Hex 13 D0 37 5B 0 4A 12 83 53 2D
Octal 23 320 67 133 0 112 22 203 123 55
Binary 10011 11010000 110111 1011011 0 1001010 10010 10000011 1010011 101101

Color Harmonies of #13D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D037

Black with #13D037

Text Example


Text Example

White with #13D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,55); }

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

background-color css

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

 a { background-color: rgb(19,208,55); }

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

border-color css

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

 span { border-color: rgb(19,208,55); }

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