Html Css Color HEX #13BE49 Dark Pastel Green

📋 copy color: '#13BE49'

red 19 ◦ green 190 ◦ blue 73

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

Shades of Dark Pastel Green #13BE49

Tints of Dark Pastel Green #13BE49

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.38%

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

R = 6.74%
G = 67.38%
B = 25.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#13BE49 (or 0x13BE49) is known color: Dark Pastel Green. HEX triplet: 13, BE and 49. RGB value is (19,190,73). Sum of RGB (Red+Green+Blue) = 19+190+73=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BE49 is #EC41B6. Grayscale: #7D7D7D. Windows color (decimal): -15483319 or 4832787. OLE color: 4832787.

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

Color convert

RGB 19 190 73 -
CMYK 0.90 0 0.62 0.25
HSL 138.95º 0.82% 0.41% -
HSV(B) 138.95º 0.9% 0.75% -
XYZ 19.88 37.45 12.48 -
YUV 125.53 98.35 52.01 -
System Red Green Blue C M Y K H S L
Decimal 19 190 73 0.90 0 0.62 0.25 138.95 0.82 0.41
Hex 13 BE 49 5A 0 3E 19 8B 52 29
Octal 23 276 111 132 0 76 31 213 122 51
Binary 10011 10111110 1001001 1011010 0 111110 11001 10001011 1010010 101001

Color Harmonies of #13BE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE49

Black with #13BE49

Text Example


Text Example

White with #13BE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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