Html Css Color HEX #13C22D Dark Pastel Green

📋 copy color: '#13C22D'

red 19 ◦ green 194 ◦ blue 45

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

Shades of Dark Pastel Green #13C22D

Tints of Dark Pastel Green #13C22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 7.36%
G = 75.19%
B = 17.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#13C22D (or 0x13C22D) is known color: Dark Pastel Green. HEX triplet: 13, C2 and 2D. RGB value is (19,194,45). Sum of RGB (Red+Green+Blue) = 19+194+45=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #13C22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C22D is #EC3DD2. Grayscale: #7D7D7D. Windows color (decimal): -15482323 or 2998803. OLE color: 2998803.

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

Color convert

RGB 19 194 45 -
CMYK 0.90 0 0.77 0.24
HSL 128.91º 0.82% 0.42% -
HSV(B) 128.91º 0.9% 0.76% -
XYZ 20.03 38.91 8.94 -
YUV 124.69 83.02 52.62 -
System Red Green Blue C M Y K H S L
Decimal 19 194 45 0.90 0 0.77 0.24 128.91 0.82 0.42
Hex 13 C2 2D 5A 0 4D 18 81 52 2A
Octal 23 302 55 132 0 115 30 201 122 52
Binary 10011 11000010 101101 1011010 0 1001101 11000 10000001 1010010 101010

Color Harmonies of #13C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C22D

Black with #13C22D

Text Example


Text Example

White with #13C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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