Html Css Color HEX #13C429 Dark Pastel Green

📋 copy color: '#13C429'

red 19 ◦ green 196 ◦ blue 41

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

Shades of Dark Pastel Green #13C429

Tints of Dark Pastel Green #13C429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 76.56%

 BLUE value IS 41 (16.41% from 255) = 16.02%

R = 7.42%
G = 76.56%
B = 16.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#13C429 (or 0x13C429) is known color: Dark Pastel Green. HEX triplet: 13, C4 and 29. RGB value is (19,196,41). Sum of RGB (Red+Green+Blue) = 19+196+41=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 196 (76.95% from 255 or 76.56% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 196 - color contains mainly: green. Hex color #13C429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C429 is #EC3BD6. Grayscale: #7D7D7D. Windows color (decimal): -15481815 or 2737171. OLE color: 2737171.

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

Color convert

RGB 19 196 41 -
CMYK 0.90 0 0.79 0.23
HSL 127.46º 0.82% 0.42% -
HSV(B) 127.46º 0.9% 0.77% -
XYZ 20.41 39.78 8.7 -
YUV 125.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 19 196 41 0.90 0 0.79 0.23 127.46 0.82 0.42
Hex 13 C4 29 5A 0 4F 17 7F 52 2A
Octal 23 304 51 132 0 117 27 177 122 52
Binary 10011 11000100 101001 1011010 0 1001111 10111 1111111 1010010 101010

Color Harmonies of #13C429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C429

Black with #13C429

Text Example


Text Example

White with #13C429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,196,41); }

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

background-color css

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

 a { background-color: rgb(19,196,41); }

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

border-color css

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

 span { border-color: rgb(19,196,41); }

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