Html Css Color HEX #13C12A Dark Pastel Green

📋 copy color: '#13C12A'

red 19 ◦ green 193 ◦ blue 42

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

Shades of Dark Pastel Green #13C12A

Tints of Dark Pastel Green #13C12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 7.48%
G = 75.98%
B = 16.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#13C12A (or 0x13C12A) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 2A. RGB value is (19,193,42). Sum of RGB (Red+Green+Blue) = 19+193+42=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 193 (75.78% from 255 or 75.98% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 193 - color contains mainly: green. Hex color #13C12A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C12A is #EC3ED5. Grayscale: #7C7C7C. Windows color (decimal): -15482582 or 2801939. OLE color: 2801939.

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

Color convert

RGB 19 193 42 -
CMYK 0.90 0 0.78 0.24
HSL 127.93º 0.82% 0.42% -
HSV(B) 127.93º 0.9% 0.76% -
XYZ 19.76 38.45 8.57 -
YUV 123.76 81.85 53.28 -
System Red Green Blue C M Y K H S L
Decimal 19 193 42 0.90 0 0.78 0.24 127.93 0.82 0.42
Hex 13 C1 2A 5A 0 4E 18 80 52 2A
Octal 23 301 52 132 0 116 30 200 122 52
Binary 10011 11000001 101010 1011010 0 1001110 11000 10000000 1010010 101010

Color Harmonies of #13C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C12A

Black with #13C12A

Text Example


Text Example

White with #13C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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