#13D52E

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

Shades of Dark Pastel Green #13D52E

Tints of Dark Pastel Green #13D52E

Color information

#13D52E (or 0x13D52E) is unknown color: approx Dark Pastel Green. HEX triplet: 13, D5 and 2E. RGB value is (19,213,46). Sum of RGB (Red+Green+Blue) = 19+213+46=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #13D52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D52E is #EC2AD1. Grayscale: #888888. Windows color (decimal): -15477458 or 3069203. OLE color: 3069203.

HSL color Cylindrical-coordinate representation of color #13D52E: hue angle of 128.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D52E is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB1921346-
CMYK0.9100.780.16
HSL128.35º83.62%45.49%-
HSV(B)128.35º91.08%83.53%-
XYZ24.5647.9210.54-
YUV135.9677.2344.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.83%
GREEN value IS 213 (83.59% from 255) = 76.62%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=6.83%
G=76.62%
B=16.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19213460.9100.780.16128.3583.6245.49
Hex13D52E5B04E1080542d
Octal233255613301162020012455
Binary100111101010110111010110110100111010000100000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,213,46); }

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

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

 a { background-color: rgb(19,213,46); }

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

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

 span { border-color: rgb(19,213,46); }

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