Html Css Color HEX #13BC49 Dark Pastel Green

📋 copy color: '#13BC49'

red 19 ◦ green 188 ◦ blue 73

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

Shades of Dark Pastel Green #13BC49

Tints of Dark Pastel Green #13BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.14%

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

R = 6.79%
G = 67.14%
B = 26.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#13BC49 (or 0x13BC49) is known color: Dark Pastel Green. HEX triplet: 13, BC and 49. RGB value is (19,188,73). Sum of RGB (Red+Green+Blue) = 19+188+73=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BC49 is #EC43B6. Grayscale: #7C7C7C. Windows color (decimal): -15483831 or 4832275. OLE color: 4832275.

HSL color Cylindrical-coordinate representation of color #13BC49: hue angle of 139.17º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC49 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 73 -
CMYK 0.90 0 0.61 0.26
HSL 139.17º 0.82% 0.41% -
HSV(B) 139.17º 0.9% 0.74% -
XYZ 19.45 36.59 12.34 -
YUV 124.36 99.01 52.85 -
System Red Green Blue C M Y K H S L
Decimal 19 188 73 0.90 0 0.61 0.26 139.17 0.82 0.41
Hex 13 BC 49 5A 0 3D 1A 8B 52 29
Octal 23 274 111 132 0 75 32 213 122 51
Binary 10011 10111100 1001001 1011010 0 111101 11010 10001011 1010010 101001

Color Harmonies of #13BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC49

Black with #13BC49

Text Example


Text Example

White with #13BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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