Html Css Color HEX #13B948 Dark Pastel Green

📋 copy color: '#13B948'

red 19 ◦ green 185 ◦ blue 72

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

Shades of Dark Pastel Green #13B948

Tints of Dark Pastel Green #13B948

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.03%

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 6.88%
G = 67.03%
B = 26.09%

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

#13B948 (or 0x13B948) is known color: Dark Pastel Green. HEX triplet: 13, B9 and 48. RGB value is (19,185,72). Sum of RGB (Red+Green+Blue) = 19+185+72=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #13B948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B948 is #EC46B7. Grayscale: #7A7A7A. Windows color (decimal): -15484600 or 4765971. OLE color: 4765971.

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

Color convert

RGB 19 185 72 -
CMYK 0.90 0 0.61 0.27
HSL 139.16º 0.81% 0.4% -
HSV(B) 139.16º 0.9% 0.73% -
XYZ 18.79 35.3 11.96 -
YUV 122.48 99.5 54.19 -
System Red Green Blue C M Y K H S L
Decimal 19 185 72 0.90 0 0.61 0.27 139.16 0.81 0.4
Hex 13 B9 48 5A 0 3D 1B 8B 51 28
Octal 23 271 110 132 0 75 33 213 121 50
Binary 10011 10111001 1001000 1011010 0 111101 11011 10001011 1010001 101000

Color Harmonies of #13B948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B948

Black with #13B948

Text Example


Text Example

White with #13B948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,185,72); }

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

background-color css

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

 a { background-color: rgb(19,185,72); }

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

border-color css

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

 span { border-color: rgb(19,185,72); }

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