Html Css Color HEX #13AD28 Dark Pastel Green

📋 copy color: '#13AD28'

red 19 ◦ green 173 ◦ blue 40

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

Shades of Dark Pastel Green #13AD28

Tints of Dark Pastel Green #13AD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 74.57%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 8.19%
G = 74.57%
B = 17.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#13AD28 (or 0x13AD28) is known color: Dark Pastel Green. HEX triplet: 13, AD and 28. RGB value is (19,173,40). Sum of RGB (Red+Green+Blue) = 19+173+40=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AD28 is #EC52D7. Grayscale: #707070. Windows color (decimal): -15487704 or 2665747. OLE color: 2665747.

HSL color Cylindrical-coordinate representation of color #13AD28: hue angle of 128.18º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD28 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 173 40 -
CMYK 0.89 0 0.77 0.32
HSL 128.18º 0.8% 0.38% -
HSV(B) 128.18º 0.89% 0.68% -
XYZ 15.6 30.18 7.01 -
YUV 111.79 87.48 61.81 -
System Red Green Blue C M Y K H S L
Decimal 19 173 40 0.89 0 0.77 0.32 128.18 0.8 0.38
Hex 13 AD 28 59 0 4D 20 80 50 26
Octal 23 255 50 131 0 115 40 200 120 46
Binary 10011 10101101 101000 1011001 0 1001101 100000 10000000 1010000 100110

Color Harmonies of #13AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AD28

Black with #13AD28

Text Example


Text Example

White with #13AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,173,40); }

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

background-color css

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

 a { background-color: rgb(19,173,40); }

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

border-color css

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

 span { border-color: rgb(19,173,40); }

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