Html Css Color HEX #13AE2D Dark Pastel Green

📋 copy color: '#13AE2D'

red 19 ◦ green 174 ◦ blue 45

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

Shades of Dark Pastel Green #13AE2D

Tints of Dark Pastel Green #13AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 73.11%

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 7.98%
G = 73.11%
B = 18.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#13AE2D (or 0x13AE2D) is known color: Dark Pastel Green. HEX triplet: 13, AE and 2D. RGB value is (19,174,45). Sum of RGB (Red+Green+Blue) = 19+174+45=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 174 (68.36% from 255 or 73.11% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AE2D is #EC51D2. Grayscale: #717171. Windows color (decimal): -15487443 or 2993683. OLE color: 2993683.

HSL color Cylindrical-coordinate representation of color #13AE2D: hue angle of 130.06º 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 #13AE2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 174 45 -
CMYK 0.89 0 0.74 0.32
HSL 130.06º 0.8% 0.38% -
HSV(B) 130.06º 0.89% 0.68% -
XYZ 15.88 30.6 7.55 -
YUV 112.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 19 174 45 0.89 0 0.74 0.32 130.06 0.8 0.38
Hex 13 AE 2D 59 0 4A 20 82 50 26
Octal 23 256 55 131 0 112 40 202 120 46
Binary 10011 10101110 101101 1011001 0 1001010 100000 10000010 1010000 100110

Color Harmonies of #13AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AE2D

Black with #13AE2D

Text Example


Text Example

White with #13AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,174,45); }

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

background-color css

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

 a { background-color: rgb(19,174,45); }

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

border-color css

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

 span { border-color: rgb(19,174,45); }

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