Html Css Color HEX #13AC2C Dark Pastel Green

📋 copy color: '#13AC2C'

red 19 ◦ green 172 ◦ blue 44

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

Shades of Dark Pastel Green #13AC2C

Tints of Dark Pastel Green #13AC2C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 73.19%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 8.09%
G = 73.19%
B = 18.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#13AC2C (or 0x13AC2C) is known color: Dark Pastel Green. HEX triplet: 13, AC and 2C. RGB value is (19,172,44). Sum of RGB (Red+Green+Blue) = 19+172+44=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AC2C is #EC53D3. Grayscale: #707070. Windows color (decimal): -15487956 or 2927635. OLE color: 2927635.

HSL color Cylindrical-coordinate representation of color #13AC2C: hue angle of 129.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC2C is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 172 44 -
CMYK 0.89 0 0.74 0.33
HSL 129.8º 0.8% 0.37% -
HSV(B) 129.8º 0.89% 0.67% -
XYZ 15.48 29.83 7.32 -
YUV 111.66 89.81 61.91 -
System Red Green Blue C M Y K H S L
Decimal 19 172 44 0.89 0 0.74 0.33 129.8 0.8 0.37
Hex 13 AC 2C 59 0 4A 21 82 50 25
Octal 23 254 54 131 0 112 41 202 120 45
Binary 10011 10101100 101100 1011001 0 1001010 100001 10000010 1010000 100101

Color Harmonies of #13AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC2C

Black with #13AC2C

Text Example


Text Example

White with #13AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,172,44); }

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

background-color css

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

 a { background-color: rgb(19,172,44); }

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

border-color css

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

 span { border-color: rgb(19,172,44); }

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