#13D832

Color #13D832 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #13D832

Tints of Dark Pastel Green #13D832

Color information

#13D832 (or 0x13D832) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D8 and 32. RGB value is (19,216,50). Sum of RGB (Red+Green+Blue) = 19+216+50=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #13D832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D832 is #EC27CD. Grayscale: #8A8A8A. Windows color (decimal): -15476686 or 3332115. OLE color: 3332115.

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

Color convert

RGB1921650-
CMYK0.9100.770.15
HSL129.44º83.83%46.08%-
HSV(B)129.44º91.2%84.71%-
XYZ25.449.4811.23-
YUV138.1778.2343-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.67%
GREEN value IS 216 (84.77% from 255) = 75.79%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=6.67%
G=75.79%
B=17.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19216500.9100.770.15129.4483.8346.08
Hex13D8325B04DF81542e
Octal233306213301151720112456
Binary10011110110001100101011011010011011111100000011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13D832;
 }
 .AnyTagClassName
 {
   color: #13D832;
 }
</style>
background-color css

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

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

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

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

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

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