Html Css Color HEX #13C428 Dark Pastel Green

📋 copy color: '#13C428'

red 19 ◦ green 196 ◦ blue 40

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

Shades of Dark Pastel Green #13C428

Tints of Dark Pastel Green #13C428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 7.45%
G = 76.86%
B = 15.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#13C428 (or 0x13C428) is known color: Dark Pastel Green. HEX triplet: 13, C4 and 28. RGB value is (19,196,40). Sum of RGB (Red+Green+Blue) = 19+196+40=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 196 (76.95% from 255 or 76.86% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 196 - color contains mainly: green. Hex color #13C428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C428 is #EC3BD7. Grayscale: #7D7D7D. Windows color (decimal): -15481816 or 2671635. OLE color: 2671635.

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

Color convert

RGB 19 196 40 -
CMYK 0.90 0 0.80 0.23
HSL 127.12º 0.82% 0.42% -
HSV(B) 127.12º 0.9% 0.77% -
XYZ 20.39 39.77 8.61 -
YUV 125.29 79.86 52.18 -
System Red Green Blue C M Y K H S L
Decimal 19 196 40 0.90 0 0.80 0.23 127.12 0.82 0.42
Hex 13 C4 28 5A 0 50 17 7F 52 2A
Octal 23 304 50 132 0 120 27 177 122 52
Binary 10011 11000100 101000 1011010 0 1010000 10111 1111111 1010010 101010

Color Harmonies of #13C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C428

Black with #13C428

Text Example


Text Example

White with #13C428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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