#13BA47

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

Shades of Dark Pastel Green #13BA47

Tints of Dark Pastel Green #13BA47

Color information

#13BA47 (or 0x13BA47) is unknown color: approx Dark Pastel Green. HEX triplet: 13, BA and 47. RGB value is (19,186,71). Sum of RGB (Red+Green+Blue) = 19+186+71=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA47 is #EC45B8. Grayscale: #7B7B7B. Windows color (decimal): -15484345 or 4700691. OLE color: 4700691.

HSL color Cylindrical-coordinate representation of color #13BA47: hue angle of 138.68º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA47 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1918671-
CMYK0.9000.620.27
HSL138.68º81.46%40.2%-
HSV(B)138.68º89.78%72.94%-
XYZ18.9635.7111.85-
YUV122.9698.6753.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.88%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=6.88%
G=67.39%
B=25.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19186710.9000.620.27138.6881.4640.2
Hex13BA475A03E1B8b5128
Octal232721071320763321312150
Binary100111011101010001111011010011111011011100010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13BA47; }

 p { color: rgb(19,186,71); }

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

<style>
 a { background-color: #13BA47; }

 a { background-color: rgb(19,186,71); }

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

<style>
 span { border-color: #13BA47; }

 span { border-color: rgb(19,186,71); }

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