Html Css Color HEX #13C348 Dark Pastel Green

📋 copy color: '#13C348'

red 19 ◦ green 195 ◦ blue 72

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

Shades of Dark Pastel Green #13C348

Tints of Dark Pastel Green #13C348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.17%

R = 6.64%
G = 68.18%
B = 25.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#13C348 (or 0x13C348) is known color: Dark Pastel Green. HEX triplet: 13, C3 and 48. RGB value is (19,195,72). Sum of RGB (Red+Green+Blue) = 19+195+72=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #13C348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C348 is #EC3CB7. Grayscale: #808080. Windows color (decimal): -15482040 or 4768531. OLE color: 4768531.

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

Color convert

RGB 19 195 72 -
CMYK 0.90 0 0.63 0.24
HSL 138.07º 0.82% 0.42% -
HSV(B) 138.07º 0.9% 0.76% -
XYZ 20.95 39.64 12.68 -
YUV 128.35 96.19 50 -
System Red Green Blue C M Y K H S L
Decimal 19 195 72 0.90 0 0.63 0.24 138.07 0.82 0.42
Hex 13 C3 48 5A 0 3F 18 8A 52 2A
Octal 23 303 110 132 0 77 30 212 122 52
Binary 10011 11000011 1001000 1011010 0 111111 11000 10001010 1010010 101010

Color Harmonies of #13C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C348

Black with #13C348

Text Example


Text Example

White with #13C348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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