#15CA2B

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

Shades of Dark Pastel Green #15CA2B

Tints of Dark Pastel Green #15CA2B

Color information

#15CA2B (or 0x15CA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 15, CA and 2B. RGB value is (21,202,43). Sum of RGB (Red+Green+Blue) = 21+202+43=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 202 (79.30% from 255 or 75.94% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 202 - color contains mainly: green. Hex color #15CA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CA2B is #EA35D4. Grayscale: #828282. Windows color (decimal): -15349205 or 2869781. OLE color: 2869781.

HSL color Cylindrical-coordinate representation of color #15CA2B: hue angle of 127.29º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CA2B is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2120243-
CMYK0.9000.790.21
HSL127.29º81.17%43.73%-
HSV(B)127.29º89.6%79.22%-
XYZ21.8742.579.35-
YUV129.7679.0350.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 202 (79.30% from 255) = 75.94%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=7.89%
G=75.94%
B=16.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21202430.9000.790.21127.2981.1743.73
Hex15CA2B5A04F157f512c
Octal253125313201172517712154
Binary10101110010101010111011010010011111010111111111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,202,43); }

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

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

 a { background-color: rgb(21,202,43); }

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

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

 span { border-color: rgb(21,202,43); }

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