Html Css Color HEX #13C12F Dark Pastel Green

📋 copy color: '#13C12F'

red 19 ◦ green 193 ◦ blue 47

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

Shades of Dark Pastel Green #13C12F

Tints of Dark Pastel Green #13C12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 7.34%
G = 74.52%
B = 18.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#13C12F (or 0x13C12F) is known color: Dark Pastel Green. HEX triplet: 13, C1 and 2F. RGB value is (19,193,47). Sum of RGB (Red+Green+Blue) = 19+193+47=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #13C12F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C12F is #EC3ED0. Grayscale: #7C7C7C. Windows color (decimal): -15482577 or 3129619. OLE color: 3129619.

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

Color convert

RGB 19 193 47 -
CMYK 0.90 0 0.76 0.24
HSL 129.66º 0.82% 0.42% -
HSV(B) 129.66º 0.9% 0.76% -
XYZ 19.85 38.48 9.07 -
YUV 124.33 84.35 52.87 -
System Red Green Blue C M Y K H S L
Decimal 19 193 47 0.90 0 0.76 0.24 129.66 0.82 0.42
Hex 13 C1 2F 5A 0 4C 18 82 52 2A
Octal 23 301 57 132 0 114 30 202 122 52
Binary 10011 11000001 101111 1011010 0 1001100 11000 10000010 1010010 101010

Color Harmonies of #13C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C12F

Black with #13C12F

Text Example


Text Example

White with #13C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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