Html Css Color HEX #13AA3F Dark Pastel Green

📋 copy color: '#13AA3F'

red 19 ◦ green 170 ◦ blue 63

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

Shades of Dark Pastel Green #13AA3F

Tints of Dark Pastel Green #13AA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 7.54%
G = 67.46%
B = 25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#13AA3F (or 0x13AA3F) is known color: Dark Pastel Green. HEX triplet: 13, AA and 3F. RGB value is (19,170,63). Sum of RGB (Red+Green+Blue) = 19+170+63=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 170 (66.80% from 255 or 67.46% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA3F is #EC55C0. Grayscale: #707070. Windows color (decimal): -15488449 or 4172307. OLE color: 4172307.

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

Color convert

RGB 19 170 63 -
CMYK 0.89 0 0.63 0.33
HSL 137.48º 0.8% 0.37% -
HSV(B) 137.48º 0.89% 0.67% -
XYZ 15.54 29.25 9.53 -
YUV 112.65 99.97 61.2 -
System Red Green Blue C M Y K H S L
Decimal 19 170 63 0.89 0 0.63 0.33 137.48 0.8 0.37
Hex 13 AA 3F 59 0 3F 21 89 50 25
Octal 23 252 77 131 0 77 41 211 120 45
Binary 10011 10101010 111111 1011001 0 111111 100001 10001001 1010000 100101

Color Harmonies of #13AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA3F

Black with #13AA3F

Text Example


Text Example

White with #13AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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