Html Css Color HEX #13C528 Dark Pastel Green

📋 copy color: '#13C528'

red 19 ◦ green 197 ◦ blue 40

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

Shades of Dark Pastel Green #13C528

Tints of Dark Pastel Green #13C528

RGB

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

 GREEN value IS 197 (77.34% from 255) = 76.95%

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

R = 7.42%
G = 76.95%
B = 15.63%

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

#13C528 (or 0x13C528) is known color: Dark Pastel Green. HEX triplet: 13, C5 and 28. RGB value is (19,197,40). Sum of RGB (Red+Green+Blue) = 19+197+40=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 197 (77.34% from 255 or 76.95% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 197 - color contains mainly: green. Hex color #13C528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C528 is #EC3AD7. Grayscale: #7E7E7E. Windows color (decimal): -15481560 or 2671891. OLE color: 2671891.

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

Color convert

RGB 19 197 40 -
CMYK 0.90 0 0.80 0.23
HSL 127.08º 0.82% 0.42% -
HSV(B) 127.08º 0.9% 0.77% -
XYZ 20.62 40.22 8.68 -
YUV 125.88 79.53 51.77 -
System Red Green Blue C M Y K H S L
Decimal 19 197 40 0.90 0 0.80 0.23 127.08 0.82 0.42
Hex 13 C5 28 5A 0 50 17 7F 52 2A
Octal 23 305 50 132 0 120 27 177 122 52
Binary 10011 11000101 101000 1011010 0 1010000 10111 1111111 1010010 101010

Color Harmonies of #13C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C528

Black with #13C528

Text Example


Text Example

White with #13C528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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