Html Css Color HEX #13AA3D Dark Pastel Green

📋 copy color: '#13AA3D'

red 19 ◦ green 170 ◦ blue 61

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

Shades of Dark Pastel Green #13AA3D

Tints of Dark Pastel Green #13AA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 7.6%
G = 68%
B = 24.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#13AA3D (or 0x13AA3D) is known color: Dark Pastel Green. HEX triplet: 13, AA and 3D. RGB value is (19,170,61). Sum of RGB (Red+Green+Blue) = 19+170+61=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA3D is #EC55C2. Grayscale: #707070. Windows color (decimal): -15488451 or 4041235. OLE color: 4041235.

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

Color convert

RGB 19 170 61 -
CMYK 0.89 0 0.64 0.33
HSL 136.69º 0.8% 0.37% -
HSV(B) 136.69º 0.89% 0.67% -
XYZ 15.49 29.22 9.24 -
YUV 112.43 98.97 61.36 -
System Red Green Blue C M Y K H S L
Decimal 19 170 61 0.89 0 0.64 0.33 136.69 0.8 0.37
Hex 13 AA 3D 59 0 40 21 89 50 25
Octal 23 252 75 131 0 100 41 211 120 45
Binary 10011 10101010 111101 1011001 0 1000000 100001 10001001 1010000 100101

Color Harmonies of #13AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA3D

Black with #13AA3D

Text Example


Text Example

White with #13AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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