Html Css Color HEX #13C32A Dark Pastel Green

📋 copy color: '#13C32A'

red 19 ◦ green 195 ◦ blue 42

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

Shades of Dark Pastel Green #13C32A

Tints of Dark Pastel Green #13C32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.17%

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 7.42%
G = 76.17%
B = 16.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#13C32A (or 0x13C32A) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 2A. RGB value is (19,195,42). Sum of RGB (Red+Green+Blue) = 19+195+42=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #13C32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C32A is #EC3CD5. Grayscale: #7D7D7D. Windows color (decimal): -15482070 or 2802451. OLE color: 2802451.

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

Color convert

RGB 19 195 42 -
CMYK 0.90 0 0.78 0.24
HSL 127.84º 0.82% 0.42% -
HSV(B) 127.84º 0.9% 0.76% -
XYZ 20.2 39.34 8.72 -
YUV 124.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 19 195 42 0.90 0 0.78 0.24 127.84 0.82 0.42
Hex 13 C3 2A 5A 0 4E 18 80 52 2A
Octal 23 303 52 132 0 116 30 200 122 52
Binary 10011 11000011 101010 1011010 0 1001110 11000 10000000 1010010 101010

Color Harmonies of #13C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C32A

Black with #13C32A

Text Example


Text Example

White with #13C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,42); }

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

background-color css

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

 a { background-color: rgb(19,195,42); }

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

border-color css

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

 span { border-color: rgb(19,195,42); }

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