Html Css Color HEX #13C147 Dark Pastel Green

📋 copy color: '#13C147'

red 19 ◦ green 193 ◦ blue 71

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

Shades of Dark Pastel Green #13C147

Tints of Dark Pastel Green #13C147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.2%

 BLUE value IS 71 (28.13% from 255) = 25.09%

R = 6.71%
G = 68.2%
B = 25.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#13C147 (or 0x13C147) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 47. RGB value is (19,193,71). Sum of RGB (Red+Green+Blue) = 19+193+71=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #13C147 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C147 is #EC3EB8. Grayscale: #7F7F7F. Windows color (decimal): -15482553 or 4702483. OLE color: 4702483.

HSL color Cylindrical-coordinate representation of color #13C147: hue angle of 137.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C147 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 71 -
CMYK 0.90 0 0.63 0.24
HSL 137.93º 0.82% 0.42% -
HSV(B) 137.93º 0.9% 0.76% -
XYZ 20.48 38.73 12.36 -
YUV 127.07 96.35 50.92 -
System Red Green Blue C M Y K H S L
Decimal 19 193 71 0.90 0 0.63 0.24 137.93 0.82 0.42
Hex 13 C1 47 5A 0 3F 18 8A 52 2A
Octal 23 301 107 132 0 77 30 212 122 52
Binary 10011 11000001 1000111 1011010 0 111111 11000 10001010 1010010 101010

Color Harmonies of #13C147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C147

Black with #13C147

Text Example


Text Example

White with #13C147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,71); }

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

background-color css

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

 a { background-color: rgb(19,193,71); }

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

border-color css

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

 span { border-color: rgb(19,193,71); }

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