#13C045

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

Shades of Dark Pastel Green #13C045

Tints of Dark Pastel Green #13C045

Color information

#13C045 (or 0x13C045) is unknown color: approx Dark Pastel Green. HEX triplet: 13, C0 and 45. RGB value is (19,192,69). Sum of RGB (Red+Green+Blue) = 19+192+69=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #13C045 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C045 is #EC3FBA. Grayscale: #7E7E7E. Windows color (decimal): -15482811 or 4571155. OLE color: 4571155.

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

Color convert

RGB1919269-
CMYK0.9000.640.25
HSL137.34º81.99%41.37%-
HSV(B)137.34º90.1%75.29%-
XYZ20.1938.2711.95-
YUV126.2595.6951.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.79%
GREEN value IS 192 (75.39% from 255) = 68.57%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=6.79%
G=68.57%
B=24.64%

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
Decimal19192690.9000.640.25137.3481.9941.37
Hex13C0455A04019895229
Octal2330010513201003121112251
Binary1001111000000100010110110100100000011001100010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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