#13D434

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

Shades of Dark Pastel Green #13D434

Tints of Dark Pastel Green #13D434

Color information

#13D434 (or 0x13D434) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D4 and 34. RGB value is (19,212,52). Sum of RGB (Red+Green+Blue) = 19+212+52=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #13D434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D434 is #EC2BCB. Grayscale: #888888. Windows color (decimal): -15477708 or 3462163. OLE color: 3462163.

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

Color convert

RGB1921252-
CMYK0.9100.750.17
HSL130.26º83.55%45.29%-
HSV(B)130.26º91.04%83.14%-
XYZ24.4347.4711.12-
YUV136.0580.5644.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 212 (83.20% from 255) = 74.91%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=6.71%
G=74.91%
B=18.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal19212520.9100.750.17130.2683.5545.29
Hex13D4345B04B1182542d
Octal233246413301132120212455
Binary100111101010011010010110110100101110001100000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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