#13C046

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

Shades of Dark Pastel Green #13C046

Tints of Dark Pastel Green #13C046

Color information

#13C046 (or 0x13C046) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C0 and 46. RGB value is (19,192,70). Sum of RGB (Red+Green+Blue) = 19+192+70=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #13C046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C046 is #EC3FB9. Grayscale: #7E7E7E. Windows color (decimal): -15482810 or 4636691. OLE color: 4636691.

HSL color Cylindrical-coordinate representation of color #13C046: hue angle of 137.69º 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 #13C046 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1919270-
CMYK0.9000.640.25
HSL137.69º81.99%41.37%-
HSV(B)137.69º90.1%75.29%-
XYZ20.2238.2812.12-
YUV126.3696.1951.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 192 (75.39% from 255) = 68.33%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=6.76%
G=68.33%
B=24.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19192700.9000.640.25137.6981.9941.37
Hex13C0465A040198a5229
Octal2330010613201003121212251
Binary1001111000000100011010110100100000011001100010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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