Html Css Color HEX #13C220 Dark Pastel Green

📋 copy color: '#13C220'

red 19 ◦ green 194 ◦ blue 32

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

Shades of Dark Pastel Green #13C220

Tints of Dark Pastel Green #13C220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 79.18%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 7.76%
G = 79.18%
B = 13.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#13C220 (or 0x13C220) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 20. RGB value is (19,194,32). Sum of RGB (Red+Green+Blue) = 19+194+32=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 194 (76.17% from 255 or 79.18% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 194 - color contains mainly: green. Hex color #13C220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C220 is #EC3DDF. Grayscale: #7B7B7B. Windows color (decimal): -15482336 or 2146835. OLE color: 2146835.

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

Color convert

RGB 19 194 32 -
CMYK 0.90 0 0.84 0.24
HSL 124.46º 0.82% 0.42% -
HSV(B) 124.46º 0.9% 0.76% -
XYZ 19.82 38.83 7.82 -
YUV 123.21 76.52 53.67 -
System Red Green Blue C M Y K H S L
Decimal 19 194 32 0.90 0 0.84 0.24 124.46 0.82 0.42
Hex 13 C2 20 5A 0 54 18 7C 52 2A
Octal 23 302 40 132 0 124 30 174 122 52
Binary 10011 11000010 100000 1011010 0 1010100 11000 1111100 1010010 101010

Color Harmonies of #13C220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C220

Black with #13C220

Text Example


Text Example

White with #13C220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,194,32); }

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

background-color css

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

 a { background-color: rgb(19,194,32); }

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

border-color css

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

 span { border-color: rgb(19,194,32); }

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