Html Css Color HEX #13AA30 Dark Pastel Green

📋 copy color: '#13AA30'

red 19 ◦ green 170 ◦ blue 48

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

Shades of Dark Pastel Green #13AA30

Tints of Dark Pastel Green #13AA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 8.02%
G = 71.73%
B = 20.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#13AA30 (or 0x13AA30) is known color: Dark Pastel Green. HEX triplet: 13, AA and 30. RGB value is (19,170,48). Sum of RGB (Red+Green+Blue) = 19+170+48=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA30 is #EC55CF. Grayscale: #6F6F6F. Windows color (decimal): -15488464 or 3189267. OLE color: 3189267.

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

Color convert

RGB 19 170 48 -
CMYK 0.89 0 0.72 0.33
HSL 131.52º 0.8% 0.37% -
HSV(B) 131.52º 0.89% 0.67% -
XYZ 15.18 29.1 7.61 -
YUV 110.94 92.47 62.42 -
System Red Green Blue C M Y K H S L
Decimal 19 170 48 0.89 0 0.72 0.33 131.52 0.8 0.37
Hex 13 AA 30 59 0 48 21 84 50 25
Octal 23 252 60 131 0 110 41 204 120 45
Binary 10011 10101010 110000 1011001 0 1001000 100001 10000100 1010000 100101

Color Harmonies of #13AA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA30

Black with #13AA30

Text Example


Text Example

White with #13AA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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