#15BA30

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

Shades of Dark Pastel Green #15BA30

Tints of Dark Pastel Green #15BA30

Color information

#15BA30 (or 0x15BA30) is unknown color: approx Dark Pastel Green. HEX triplet: 15, BA and 30. RGB value is (21,186,48). Sum of RGB (Red+Green+Blue) = 21+186+48=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 186 (73.05% from 255 or 72.94% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BA30 is #EA45CF. Grayscale: #797979. Windows color (decimal): -15353296 or 3193365. OLE color: 3193365.

HSL color Cylindrical-coordinate representation of color #15BA30: hue angle of 129.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA30 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB2118648-
CMYK0.8900.740.27
HSL129.82º79.71%40.59%-
HSV(B)129.82º88.71%72.94%-
XYZ18.435.498.68-
YUV120.9386.8456.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 186 (73.05% from 255) = 72.94%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=8.24%
G=72.94%
B=18.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21186480.8900.740.27129.8279.7140.59
Hex15BA305904A1B825029
Octal252726013101123320212051
Binary101011011101011000010110010100101011011100000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,186,48); }

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

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

 a { background-color: rgb(21,186,48); }

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

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

 span { border-color: rgb(21,186,48); }

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