#13C037

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

Shades of Dark Pastel Green #13C037

Tints of Dark Pastel Green #13C037

Color information

#13C037 (or 0x13C037) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C0 and 37. RGB value is (19,192,55). Sum of RGB (Red+Green+Blue) = 19+192+55=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #13C037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C037 is #EC3FC8. Grayscale: #7D7D7D. Windows color (decimal): -15482825 or 3653651. OLE color: 3653651.

HSL color Cylindrical-coordinate representation of color #13C037: hue angle of 132.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C037 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1919255-
CMYK0.9000.710.25
HSL132.49º81.99%41.37%-
HSV(B)132.49º90.1%75.29%-
XYZ19.8138.119.93-
YUV124.6588.6952.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.14%
GREEN value IS 192 (75.39% from 255) = 72.18%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=7.14%
G=72.18%
B=20.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19192550.9000.710.25132.4981.9941.37
Hex13C0375A04719845229
Octal233006713201073120412251
Binary100111100000011011110110100100011111001100001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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