Html Css Color HEX #13BA49 Dark Pastel Green

📋 copy color: '#13BA49'

red 19 ◦ green 186 ◦ blue 73

#13BA49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #13BA49

Tints of Dark Pastel Green #13BA49

RGB

 RED value IS 19 (7.81% from 255) = 6.83%

 GREEN value IS 186 (73.05% from 255) = 66.91%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 6.83%
G = 66.91%
B = 26.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#13BA49 (or 0x13BA49) is known color: Dark Pastel Green. HEX triplet: 13, BA and 49. RGB value is (19,186,73). Sum of RGB (Red+Green+Blue) = 19+186+73=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA49 is #EC45B6. Grayscale: #7B7B7B. Windows color (decimal): -15484343 or 4831763. OLE color: 4831763.

HSL color Cylindrical-coordinate representation of color #13BA49: hue angle of 139.4º 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 #13BA49 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 73 -
CMYK 0.90 0 0.61 0.27
HSL 139.4º 0.81% 0.4% -
HSV(B) 139.4º 0.9% 0.73% -
XYZ 19.03 35.74 12.2 -
YUV 123.19 99.67 53.69 -
System Red Green Blue C M Y K H S L
Decimal 19 186 73 0.90 0 0.61 0.27 139.4 0.81 0.4
Hex 13 BA 49 5A 0 3D 1B 8B 51 28
Octal 23 272 111 132 0 75 33 213 121 50
Binary 10011 10111010 1001001 1011010 0 111101 11011 10001011 1010001 101000

Color Harmonies of #13BA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA49

Black with #13BA49

Text Example


Text Example

White with #13BA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13BA49;
 }
 .AnyTagClassName
 {
   color: #13BA49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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