Html Css Color HEX #13C134 Dark Pastel Green

📋 copy color: '#13C134'

red 19 ◦ green 193 ◦ blue 52

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

Shades of Dark Pastel Green #13C134

Tints of Dark Pastel Green #13C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 73.11%

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 7.2%
G = 73.11%
B = 19.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#13C134 (or 0x13C134) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 34. RGB value is (19,193,52). Sum of RGB (Red+Green+Blue) = 19+193+52=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #13C134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C134 is #EC3ECB. Grayscale: #7D7D7D. Windows color (decimal): -15482572 or 3457299. OLE color: 3457299.

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

Color convert

RGB 19 193 52 -
CMYK 0.90 0 0.73 0.24
HSL 131.38º 0.82% 0.42% -
HSV(B) 131.38º 0.9% 0.76% -
XYZ 19.96 38.53 9.63 -
YUV 124.9 86.85 52.46 -
System Red Green Blue C M Y K H S L
Decimal 19 193 52 0.90 0 0.73 0.24 131.38 0.82 0.42
Hex 13 C1 34 5A 0 49 18 83 52 2A
Octal 23 301 64 132 0 111 30 203 122 52
Binary 10011 11000001 110100 1011010 0 1001001 11000 10000011 1010010 101010

Color Harmonies of #13C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C134

Black with #13C134

Text Example


Text Example

White with #13C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,52); }

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

background-color css

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

 a { background-color: rgb(19,193,52); }

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

border-color css

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

 span { border-color: rgb(19,193,52); }

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