Html Css Color HEX #13AA2A Dark Pastel Green

📋 copy color: '#13AA2A'

red 19 ◦ green 170 ◦ blue 42

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

Shades of Dark Pastel Green #13AA2A

Tints of Dark Pastel Green #13AA2A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 73.59%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 8.23%
G = 73.59%
B = 18.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#13AA2A (or 0x13AA2A) is known color: Dark Pastel Green. HEX triplet: 13, AA and 2A. RGB value is (19,170,42). Sum of RGB (Red+Green+Blue) = 19+170+42=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA2A is #EC55D5. Grayscale: #6E6E6E. Windows color (decimal): -15488470 or 2796051. OLE color: 2796051.

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

Color convert

RGB 19 170 42 -
CMYK 0.89 0 0.75 0.33
HSL 129.14º 0.8% 0.37% -
HSV(B) 129.14º 0.89% 0.67% -
XYZ 15.06 29.06 7 -
YUV 110.26 89.47 62.91 -
System Red Green Blue C M Y K H S L
Decimal 19 170 42 0.89 0 0.75 0.33 129.14 0.8 0.37
Hex 13 AA 2A 59 0 4B 21 81 50 25
Octal 23 252 52 131 0 113 41 201 120 45
Binary 10011 10101010 101010 1011001 0 1001011 100001 10000001 1010000 100101

Color Harmonies of #13AA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA2A

Black with #13AA2A

Text Example


Text Example

White with #13AA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,42); }

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

background-color css

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

 a { background-color: rgb(19,170,42); }

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

border-color css

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

 span { border-color: rgb(19,170,42); }

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