Html Css Color HEX #13C43C Dark Pastel Green

📋 copy color: '#13C43C'

red 19 ◦ green 196 ◦ blue 60

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

Shades of Dark Pastel Green #13C43C

Tints of Dark Pastel Green #13C43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.82%

R = 6.91%
G = 71.27%
B = 21.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#13C43C (or 0x13C43C) is known color: Dark Pastel Green. HEX triplet: 13, C4 and 3C. RGB value is (19,196,60). Sum of RGB (Red+Green+Blue) = 19+196+60=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 196 (76.95% from 255 or 71.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 196 - color contains mainly: green. Hex color #13C43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C43C is #EC3BC3. Grayscale: #7F7F7F. Windows color (decimal): -15481796 or 3982355. OLE color: 3982355.

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

Color convert

RGB 19 196 60 -
CMYK 0.90 0 0.69 0.23
HSL 133.9º 0.82% 0.42% -
HSV(B) 133.9º 0.9% 0.77% -
XYZ 20.82 39.94 10.89 -
YUV 127.57 89.86 50.56 -
System Red Green Blue C M Y K H S L
Decimal 19 196 60 0.90 0 0.69 0.23 133.9 0.82 0.42
Hex 13 C4 3C 5A 0 45 17 86 52 2A
Octal 23 304 74 132 0 105 27 206 122 52
Binary 10011 11000100 111100 1011010 0 1000101 10111 10000110 1010010 101010

Color Harmonies of #13C43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C43C

Black with #13C43C

Text Example


Text Example

White with #13C43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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