#15BD45

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

Shades of Dark Pastel Green #15BD45

Tints of Dark Pastel Green #15BD45

Color information

#15BD45 (or 0x15BD45) is unknown color: approx Dark Pastel Green. HEX triplet: 15, BD and 45. RGB value is (21,189,69). Sum of RGB (Red+Green+Blue) = 21+189+69=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 189 (74.22% from 255 or 67.74% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 189 - color contains mainly: green. Hex color #15BD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BD45 is #EA42BA. Grayscale: #7D7D7D. Windows color (decimal): -15352507 or 4570389. OLE color: 4570389.

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

Color convert

RGB2118969-
CMYK0.8900.630.26
HSL137.14º80%41.18%-
HSV(B)137.14º88.89%74.12%-
XYZ19.5836.9811.74-
YUV125.0996.3453.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 189 (74.22% from 255) = 67.74%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=7.53%
G=67.74%
B=24.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21189690.8900.630.26137.148041.18
Hex15BD455903F1A895029
Octal252751051310773221112051
Binary101011011110110001011011001011111111010100010011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,189,69); }

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

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

 a { background-color: rgb(21,189,69); }

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

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

 span { border-color: rgb(21,189,69); }

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