#15C048

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

Shades of Dark Pastel Green #15C048

Tints of Dark Pastel Green #15C048

Color information

#15C048 (or 0x15C048) is unknown color: approx Dark Pastel Green. HEX triplet: 15, C0 and 48. RGB value is (21,192,72). Sum of RGB (Red+Green+Blue) = 21+192+72=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #15C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C048 is #EA3FB7. Grayscale: #7F7F7F. Windows color (decimal): -15351736 or 4767765. OLE color: 4767765.

HSL color Cylindrical-coordinate representation of color #15C048: hue angle of 137.89º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C048 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB2119272-
CMYK0.8900.630.25
HSL137.89º80.28%41.76%-
HSV(B)137.89º89.06%75.29%-
XYZ20.3338.3312.46-
YUV127.1996.8552.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 192 (75.39% from 255) = 67.37%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=7.37%
G=67.37%
B=25.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21192720.8900.630.25137.8980.2841.76
Hex15C0485903F198a502a
Octal253001101310773121212052
Binary101011100000010010001011001011111111001100010101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15C048; }

 p { color: rgb(21,192,72); }

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

<style>
 a { background-color: #15C048; }

 a { background-color: rgb(21,192,72); }

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

<style>
 span { border-color: #15C048; }

 span { border-color: rgb(21,192,72); }

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