#13D432

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

Shades of Dark Pastel Green #13D432

Tints of Dark Pastel Green #13D432

Color information

#13D432 (or 0x13D432) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D4 and 32. RGB value is (19,212,50). Sum of RGB (Red+Green+Blue) = 19+212+50=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #13D432 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D432 is #EC2BCD. Grayscale: #888888. Windows color (decimal): -15477710 or 3331091. OLE color: 3331091.

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

Color convert

RGB1921250-
CMYK0.9100.760.17
HSL129.64º83.55%45.29%-
HSV(B)129.64º91.04%83.14%-
XYZ24.3947.4610.89-
YUV135.8279.5644.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 212 (83.20% from 255) = 75.44%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=6.76%
G=75.44%
B=17.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19212500.9100.760.17129.6483.5545.29
Hex13D4325B04C1182542d
Octal233246213301142120212455
Binary100111101010011001010110110100110010001100000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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