#15A048

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

Shades of Pigment Green #15A048

Tints of Pigment Green #15A048

Color information

#15A048 (or 0x15A048) is unknown color: approx Pigment Green. HEX triplet: 15, A0 and 48. RGB value is (21,160,72). Sum of RGB (Red+Green+Blue) = 21+160+72=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #15A048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A048 is #EA5FB7. Grayscale: #6C6C6C. Windows color (decimal): -15359928 or 4759573. OLE color: 4759573.

HSL color Cylindrical-coordinate representation of color #15A048: hue angle of 142.01º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A048 is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB2116072-
CMYK0.8700.550.37
HSL142.01º76.8%35.49%-
HSV(B)142.01º86.87%62.75%-
XYZ14.0525.7710.36-
YUV108.41107.4565.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 160 (62.89% from 255) = 63.24%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=8.30%
G=63.24%
B=28.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21160720.8700.550.37142.0176.835.49
Hex15A04857037258e4d23
Octal252401101270674521611543
Binary1010110100000100100010101110110111100101100011101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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