Html Css Color HEX #13B940 Dark Pastel Green

📋 copy color: '#13B940'

red 19 ◦ green 185 ◦ blue 64

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

Shades of Dark Pastel Green #13B940

Tints of Dark Pastel Green #13B940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 7.09%
G = 69.03%
B = 23.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#13B940 (or 0x13B940) is known color: Dark Pastel Green. HEX triplet: 13, B9 and 40. RGB value is (19,185,64). Sum of RGB (Red+Green+Blue) = 19+185+64=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 185 (72.66% from 255 or 69.03% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 185 - color contains mainly: green. Hex color #13B940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B940 is #EC46BF. Grayscale: #797979. Windows color (decimal): -15484608 or 4241683. OLE color: 4241683.

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

Color convert

RGB 19 185 64 -
CMYK 0.90 0 0.65 0.27
HSL 136.27º 0.81% 0.4% -
HSV(B) 136.27º 0.9% 0.73% -
XYZ 18.54 35.21 10.67 -
YUV 121.57 95.5 54.84 -
System Red Green Blue C M Y K H S L
Decimal 19 185 64 0.90 0 0.65 0.27 136.27 0.81 0.4
Hex 13 B9 40 5A 0 41 1B 88 51 28
Octal 23 271 100 132 0 101 33 210 121 50
Binary 10011 10111001 1000000 1011010 0 1000001 11011 10001000 1010001 101000

Color Harmonies of #13B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B940

Black with #13B940

Text Example


Text Example

White with #13B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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