Html Css Color HEX #13C040 Dark Pastel Green

📋 copy color: '#13C040'

red 19 ◦ green 192 ◦ blue 64

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

Shades of Dark Pastel Green #13C040

Tints of Dark Pastel Green #13C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.82%

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

R = 6.91%
G = 69.82%
B = 23.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#13C040 (or 0x13C040) is known color: Dark Pastel Green. HEX triplet: 13, C0 and 40. RGB value is (19,192,64). Sum of RGB (Red+Green+Blue) = 19+192+64=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #13C040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C040 is #EC3FBF. Grayscale: #7E7E7E. Windows color (decimal): -15482816 or 4243475. OLE color: 4243475.

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

Color convert

RGB 19 192 64 -
CMYK 0.90 0 0.67 0.25
HSL 135.61º 0.82% 0.41% -
HSV(B) 135.61º 0.9% 0.75% -
XYZ 20.04 38.21 11.17 -
YUV 125.68 93.19 51.91 -
System Red Green Blue C M Y K H S L
Decimal 19 192 64 0.90 0 0.67 0.25 135.61 0.82 0.41
Hex 13 C0 40 5A 0 43 19 88 52 29
Octal 23 300 100 132 0 103 31 210 122 51
Binary 10011 11000000 1000000 1011010 0 1000011 11001 10001000 1010010 101001

Color Harmonies of #13C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C040

Black with #13C040

Text Example


Text Example

White with #13C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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