Html Css Color HEX #13C140 Dark Pastel Green

📋 copy color: '#13C140'

red 19 ◦ green 193 ◦ blue 64

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

Shades of Dark Pastel Green #13C140

Tints of Dark Pastel Green #13C140

RGB

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

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

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

R = 6.88%
G = 69.93%
B = 23.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#13C140 (or 0x13C140) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 40. RGB value is (19,193,64). Sum of RGB (Red+Green+Blue) = 19+193+64=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #13C140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C140 is #EC3EBF. Grayscale: #7E7E7E. Windows color (decimal): -15482560 or 4243731. OLE color: 4243731.

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

Color convert

RGB 19 193 64 -
CMYK 0.90 0 0.67 0.24
HSL 135.52º 0.82% 0.42% -
HSV(B) 135.52º 0.9% 0.76% -
XYZ 20.26 38.65 11.24 -
YUV 126.27 92.85 51.49 -
System Red Green Blue C M Y K H S L
Decimal 19 193 64 0.90 0 0.67 0.24 135.52 0.82 0.42
Hex 13 C1 40 5A 0 43 18 88 52 2A
Octal 23 301 100 132 0 103 30 210 122 52
Binary 10011 11000001 1000000 1011010 0 1000011 11000 10001000 1010010 101010

Color Harmonies of #13C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C140

Black with #13C140

Text Example


Text Example

White with #13C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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